andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.sh
1.08k stars 223 forks source link

supervisor 100% cpu load #418

Closed nikgodda closed 2 years ago

nikgodda commented 2 years ago
[program:cp2806f7527-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/cp2806f7527/web/artisan queue:work --sleep=3 --tries=3 --max-time=3600
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=cipi
numprocs=8
redirect_stderr=true
stdout_logfile=/home/cp2806f7527/worker.log
stopwaitsecs=3600

sudo supervisorctl start cp2806f7527-worker:*

server cpu load 100%

nikgodda commented 2 years ago

seems numprocs=8 is too high value for my server