fix: reduce memory_limit to 256M and configure PHP-FPM process management settings

This commit is contained in:
hamed
2026-07-08 17:54:20 +03:30
parent c6fa92b9a4
commit a5460cbaa9
15 changed files with 563 additions and 458 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ stdout_logfile=/tmp/worker-async.log
[program:worker-scheduler]
process_name=%(program_name)s_%(process_num)02d
command=sh -c "cd $ROOT && php bin/console messenger:consume scheduler_default --time-limit=3600"
command=sh -c "cd $ROOT && php bin/console messenger:consume scheduler_default --time-limit=3600 --memory-limit=128M"
autostart=true
autorestart=true
stopasgroup=true