]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5991
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 14:16:11 +0000 (16:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 14:16:11 +0000 (16:16 +0200)
php/fpm.conf

index 37a14832c04cf4c9ee7073543500f69b70206e63..16775e51312556a72e58ddfc791d26028651454f 100644 (file)
@@ -30,8 +30,8 @@ user = 33
 group = 33
 
 pm = dynamic
-pm.max_children = 80
-pm.start_servers = 24
-pm.min_spare_servers = 20
-pm.max_spare_servers = 40
+pm.max_children = 160
+pm.start_servers = 48
+pm.min_spare_servers = 40
+pm.max_spare_servers = 80
 pm.max_requests = 1000