From 4112c16c69e96391143307c6548c2a3ba9851d9e Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 23 Jan 2024 22:30:57 +0100 Subject: [PATCH] [server/ipa] Update number of CPU to 8 It seems that 4 CPU are not enough to handle all the requests. This should solve that. Signed-off-by: Michal Konecny --- inventory/group_vars/ipa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/ipa b/inventory/group_vars/ipa index 510f27516f..3be3412821 100644 --- a/inventory/group_vars/ipa +++ b/inventory/group_vars/ipa @@ -15,7 +15,7 @@ lvm_size: 30000 mem_size: 8192 nrpe_procs_crit: 500 nrpe_procs_warn: 300 -num_cpus: 4 +num_cpus: 8 primary_auth_source: ipa tcp_ports: [80, 88, 389, 443, 464, 636] udp_ports: [88, 464]