mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-26 16:41:07 +08:00
proxies / proxies_stg: fix comment about max workers and set to 3200 both places
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -110,8 +110,7 @@ ipa_host_group: proxies
|
||||
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 8gb proxies, 900 seems fine. But on 4gb proxies, this
|
||||
# should be lowered in the host vars for that proxy.
|
||||
# maxrequestworkers. On proxies with 8 cpus it should be 300 * 8 = 3200
|
||||
maxrequestworkers: 3200
|
||||
mem_size: 8192
|
||||
nagios_Check_Services:
|
||||
|
||||
@@ -60,9 +60,8 @@ ipa_host_group: proxies
|
||||
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 8gb proxies, 900 seems fine. But on 4gb proxies, this
|
||||
# should be lowered in the host vars for that proxy.
|
||||
maxrequestworkers: 900
|
||||
# maxrequestworkers. On proxies with 8 cpus it should be 300 * 8 = 3200
|
||||
maxrequestworkers: 3200
|
||||
mem_size: 49152
|
||||
num_cpus: 8
|
||||
ocp_masters_stg:
|
||||
|
||||
Reference in New Issue
Block a user