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