Adjust notifs backend sizes

This commit is contained in:
Kevin Fenzi 2016-07-17 20:32:50 +00:00
parent 738f0fae93
commit b3fe0c99fc
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 6144
num_cpus: 4
mem_size: 24576
num_cpus: 8
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

View file

@ -1,8 +1,8 @@
---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 1024
num_cpus: 2
mem_size: 16384
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file