From 85a27b96dde305335d884ef48ab9921a6bdf1097 Mon Sep 17 00:00:00 2001 From: shihaam Date: Sat, 5 Nov 2022 19:45:40 +0500 Subject: [PATCH] more childen --- buildfiles/etc/php/7.4/fpm/pool.d/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfiles/etc/php/7.4/fpm/pool.d/www.conf b/buildfiles/etc/php/7.4/fpm/pool.d/www.conf index 8ef08a9..38ea079 100644 --- a/buildfiles/etc/php/7.4/fpm/pool.d/www.conf +++ b/buildfiles/etc/php/7.4/fpm/pool.d/www.conf @@ -111,7 +111,7 @@ pm = dynamic ; 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 = 5 +pm.max_children = 25 ; The number of child processes created on startup. ; Note: Used only when pm is set to 'dynamic'