fix: reduce memory_limit to 256M and configure PHP-FPM process management settings
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user