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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-05-04 13:26:44 -07:00
parent e8ff74cbd4
commit ced9b3cffd

View file

@ -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