1
0
Fork 0
forked from infra/ansible

proxies: bump max connections up more

Seems like there are a ton of really small connections and it starts
hitting the limit (although it never logs that it's out, I think because
they free up quickly).

See if this solves the transitory alerts we see.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-23 15:21:10 -07:00
commit 13c67bd1c2

View file

@ -132,9 +132,9 @@ ipa_host_group_desc: Proxies between internal hosts and the Internet
lvm_size: 100000
# This is used in the httpd.conf to determine the value for serverlimit and
# maxrequestworkers. On proxies with 8 cpus it should be 300 * 8 = 3200
# However, due to lots of very transitory connections, bumping up to 4000
# However, due to lots of very transitory connections, bumping up to 6000
# to give some head room.
maxrequestworkers: 4000
maxrequestworkers: 6000
mem_size: 8192
nagios_Check_Services:
swap: false