set max mem size here too
This commit is contained in:
parent
b3fe0c99fc
commit
9e5cf09030
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
mem_size: 24576
|
mem_size: 24576
|
||||||
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 8
|
num_cpus: 8
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
mem_size: 16384
|
mem_size: 16384
|
||||||
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue