From e62b953a1bb21e16cbce871b4d541c7878f3574d Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov <vladimir@hodakov.me> Date: Sun, 11 May 2025 11:45:33 +0300 Subject: [PATCH] Update php-fpm config --- config/fpm-pool.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fpm-pool.conf b/config/fpm-pool.conf index 4be2061..cd6e11a 100644 --- a/config/fpm-pool.conf +++ b/config/fpm-pool.conf @@ -30,7 +30,7 @@ pm = ondemand ; forget to tweak pm.* to fit your needs. ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' ; Note: This value is mandatory. -pm.max_children = 100 +pm.max_children = 1024 ; The number of seconds after which an idle process will be killed. ; Note: Used only when pm is set to 'ondemand'