fix: reduce memory_limit to 256M and configure PHP-FPM process management settings
This commit is contained in:
@@ -56,7 +56,7 @@ stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:worker-scheduler]
|
||||
command=php bin/console messenger:consume scheduler_default --time-limit=3600
|
||||
command=php bin/console messenger:consume scheduler_default --time-limit=3600 --memory-limit=128M
|
||||
autorestart=true
|
||||
priority=30
|
||||
stopsignal=TERM
|
||||
|
||||
Reference in New Issue
Block a user