From f9f247aa1d38acf364ce89087b38e0588b1b7c8a Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 21 Apr 2024 16:08:02 +0200 Subject: [PATCH] mod_php_install.sh: change DEFAULT_FPM_POOL_MAX_CHILDREN to 256. --- mod_php_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 3ecff54..4a9016d 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -802,7 +802,7 @@ if $WITH_PHP_FPM_SUPPORT ; then DEFAULT_FPM_POOL_MIN_SPARE=6 DEFAULT_FPM_POOL_MAX_SPARE=24 DEFAULT_FPM_POOL_MAX_REQUESTS=500 - DEFAULT_FPM_POOL_MAX_CHILDREN=250 + DEFAULT_FPM_POOL_MAX_CHILDREN=256 # If php pool definitions exists on installed php, then take that value #