From: Vincent Vanwaelscappel Date: Mon, 20 Nov 2023 14:34:51 +0000 (+0100) Subject: wip #6433 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c552823c85f272366bc114cca2fdd3bf04928144;p=fluidbook-toolbox.git wip #6433 @0.5 --- diff --git a/.docker/config/php/fpm.conf b/.docker/config/php/fpm.conf index 4a99e3e4e..710dfd9e8 100644 --- a/.docker/config/php/fpm.conf +++ b/.docker/config/php/fpm.conf @@ -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