1gb is not enough for a rhel7 install to work anymore
This commit is contained in:
parent
9ee3b65f20
commit
411db5e667
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,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: 1024
|
mem_size: 4096
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -1,7 +1,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: 1024
|
mem_size: 4096
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
|
|
||||||
# Definining these vars has a number of effects
|
# Definining these vars has a number of effects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue