From e6e7470bb26eb82abc9614641a5a81c1821c16e1 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Sat, 12 Jul 2025 11:00:08 -0400 Subject: [PATCH] Limit children --- app/fcgi.conf | 2 +- app/www-ext.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fcgi.conf b/app/fcgi.conf index 7b653dc..e7a1f40 100644 --- a/app/fcgi.conf +++ b/app/fcgi.conf @@ -125,7 +125,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 = 5 +pm.max_children = 2 ; The number of child processes created on startup. ; Note: Used only when pm is set to 'dynamic' diff --git a/app/www-ext.conf b/app/www-ext.conf index 3248b80..9a36fc2 100644 --- a/app/www-ext.conf +++ b/app/www-ext.conf @@ -1,2 +1,2 @@ [www] -pm.max_children = 15 +pm.max_children = 8