From f5e74ac2ec26c4ad43044358c2506dab3fbc956c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 4 May 2024 10:35:21 -0700 Subject: [PATCH] proxies: just make them 100G Signed-off-by: Kevin Fenzi --- inventory/group_vars/proxies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index 6f6ae30ea6..c33d818e06 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -34,7 +34,7 @@ ipa_client_sudo_groups: - sysadmin-web ipa_host_group: proxies ipa_host_group_desc: Proxies between internal hosts and the Internet -lvm_size: 50000 +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.