db-koji02: limit max memory to 2x current memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a0f8213531
commit
ccff891053
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ dbs_to_backup:
|
|||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 32768
|
||||
max_mem_size: "{{ mem_size }} * 2"
|
||||
num_cpus: 24
|
||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue