Wednesday, March 29, 2017

Supervisor numproc resources / memory usage

I am running a worker in Laravel with Supervisor. In the configuration i can spawn a number of processes (numproc).

What is the recommended number of processes to start? I should just start 1 process right (numproc=1)? I am a bit confused how many processes i should start? What is the idea behind numproc

Why should i run the same worker simultaneously?

I tried to search in the docs, but i can't really find anything in depth about this topic.



via erwinnandpersad

Advertisement