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
@@ -99,7 +99,7 @@ services:
worker-scheduler:
image: clinicpro-app:latest
restart: unless-stopped
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
environment:
<<: *app-env
RUN_INIT: "0"