From ced9b3cffdd29f731b89a0ae0cef396a8f8b9eb2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 4 May 2024 13:26:44 -0700 Subject: [PATCH] proxies: bump maxrequestworkers up to avoid filling up This has been hitting us on a few proxies (14 and now 3). There's no particular harm to increasing this, they seem to handle things just fine. Signed-off-by: Kevin Fenzi --- inventory/group_vars/proxies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index c33d818e06..4da8218a19 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -38,7 +38,7 @@ lvm_size: 100000 # This is used in the httpd.conf to determine the value for serverlimit and # maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this # should be lowered in the host vars for that proxy. -maxrequestworkers: 1500 +maxrequestworkers: 2500 mem_size: 8192 nagios_Check_Services: swap: false