constrain max memory
This commit is contained in:
parent
ca320cd6fb
commit
6e44061e69
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ databases:
|
||||||
# These are normally group variables, but in this case db servers are often different
|
# These are normally group variables, but in this case db servers are often different
|
||||||
lvm_size: 500000
|
lvm_size: 500000
|
||||||
mem_size: 16384
|
mem_size: 16384
|
||||||
|
max_mem_size: "{{ mem_size * 2 }}"
|
||||||
num_cpus: 8
|
num_cpus: 8
|
||||||
tcp_ports: [ 5432, 443 ]
|
tcp_ports: [ 5432, 443 ]
|
||||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue