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:
parent
280e9bbe54
commit
13c67bd1c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue