]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6433 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Nov 2023 14:34:51 +0000 (15:34 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Nov 2023 14:34:51 +0000 (15:34 +0100)
.docker/config/php/fpm.conf

index 4a99e3e4e6ba03c183dab0bfa382f031273b7c1c..710dfd9e8407e111a615e5e546c8ca5aef994f30 100644 (file)
@@ -30,8 +30,8 @@ user = 1001
 group = 33
 
 pm = dynamic
-pm.max_children = 160
-pm.start_servers = 48
-pm.min_spare_servers = 40
-pm.max_spare_servers = 80
+pm.max_children = 320
+pm.start_servers = 96
+pm.min_spare_servers = 80
+pm.max_spare_servers = 160
 pm.max_requests = 1000