From e82bb3c70fcc04593c6a5eab412412bc3c8446b8 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 11 May 2025 11:59:07 +0300 Subject: [PATCH] Revert "Update php-fpm config" This reverts commit e62b953a1bb21e16cbce871b4d541c7878f3574d. --- 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 cd6e11a..4be2061 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 = 1024 +pm.max_children = 100 ; The number of seconds after which an idle process will be killed. ; Note: Used only when pm is set to 'ondemand'