]> _ Git - fluidbook-toolbox.git/commitdiff
#7954
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jan 2026 15:11:32 +0000 (16:11 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jan 2026 15:11:32 +0000 (16:11 +0100)
.docker/config/supervisor/conf.d/fluidbook-process-worker.conf

index d6775e64de60debdd6ed19dd26943bdb892dfa7c..b8c4c1a957d9f4922a2550633604ec13fc2f11f8 100644 (file)
@@ -1,10 +1,10 @@
 [program:fluidbook-process-worker]
 process_name=%(program_name)s_%(process_num)02d
-command=/usr/bin/php /application/artisan queue:work --queue=fluidbookprocess --timeout=3600000 --memory=12000
+command=/usr/bin/php /application/artisan queue:work --queue=fluidbookprocess --timeout=3600000 --memory=6000
 autostart=true
 autorestart=true
 user=toolbox
 group=www-data
-numprocs=24
+numprocs=48
 redirect_stderr=true
 stdout_logfile=/proc/self/fd/2