From 41fef6bf56947f0e5a3d9bc414e733b1be8c0e2c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Feb 2026 13:43:56 -0800 Subject: [PATCH] people01: try and increase workers and limits Signed-off-by: Kevin Fenzi --- roles/people/templates/people.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf index ee9a8a1237..36a4d35880 100644 --- a/roles/people/templates/people.conf +++ b/roles/people/templates/people.conf @@ -277,3 +277,7 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a FileETag MTime Size + +ServerLimit 2500 +MaxRequestWorkers 2500 +MaxRequestsPerChild 10000