[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 <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-01-23 22:30:57 +01:00
parent 282ff5a51f
commit 4112c16c69

View file

@ -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]