debuginfod: up memory to 24gb
Also set max mem to 128, so we can dynamically increase if we need to from now on. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
849126d89a
commit
b44f2b56f7
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ ipa_client_sudo_groups:
|
|||
ipa_host_group: debuginfod
|
||||
ipa_host_group_desc: debuginfod servers
|
||||
lvm_size: 500000
|
||||
max_mem_size: 16384
|
||||
mem_size: 8192
|
||||
max_mem_size: 131072
|
||||
mem_size: 24576
|
||||
num_cpus: 4
|
||||
primary_auth_source: ipa
|
||||
tcp_ports: [8002]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue