From ab8f1623bf4401a19ca560fd6aa8571242714eda Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Jan 2024 02:31:29 +0800 Subject: [PATCH] update --- plugins/php/conf/backup.conf | 4 ++-- plugins/php/conf/www.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/php/conf/backup.conf b/plugins/php/conf/backup.conf index e4f3806d0..eaa1fd87c 100644 --- a/plugins/php/conf/backup.conf +++ b/plugins/php/conf/backup.conf @@ -8,10 +8,10 @@ listen.group = {$PHP_GROUP} listen.backlog = 4096 pm = dynamic -pm.max_children = 50 +pm.max_children = 30 pm.start_servers = 5 pm.min_spare_servers = 5 -pm.max_spare_servers = 35 +pm.max_spare_servers = 20 pm.status_path = /phpfpm_status_{$PHP_VERSION}_backup pm.max_requests = 1000 request_terminate_timeout = 30 diff --git a/plugins/php/conf/www.conf b/plugins/php/conf/www.conf index 1512ff3e6..9a7b3fd77 100644 --- a/plugins/php/conf/www.conf +++ b/plugins/php/conf/www.conf @@ -8,10 +8,10 @@ listen.group = {$PHP_GROUP} listen.backlog = 4096 pm = dynamic -pm.max_children = 50 +pm.max_children = 30 pm.start_servers = 5 pm.min_spare_servers = 5 -pm.max_spare_servers = 35 +pm.max_spare_servers = 20 pm.status_path = /phpfpm_status_{$PHP_VERSION} pm.max_requests = 1000 request_terminate_timeout = 30