set max mem size here too

This commit is contained in:
Kevin Fenzi 2016-07-17 20:39:51 +00:00
parent b3fe0c99fc
commit 9e5cf09030
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 24576
max_mem_size: "{{ mem_size }}"
num_cpus: 8
# for systems that do not match the above - specify the same parameter in

View file

@ -2,6 +2,7 @@
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 16384
max_mem_size: "{{ mem_size }}"
num_cpus: 4
# for systems that do not match the above - specify the same parameter in