[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:
parent
282ff5a51f
commit
4112c16c69
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue