adjust cpus and memory on db-qa02
This commit is contained in:
parent
ddab0f704a
commit
8fa0ed7214
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ dbs_to_backup:
|
|||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 8192
|
||||
mem_size: 16384
|
||||
max_mem_size: "{{ mem_size * 2 }}"
|
||||
num_cpus: 2
|
||||
num_cpus: 6
|
||||
tcp_ports: [ 5432, 443, 3306 ]
|
||||
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue