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
@@ -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