pagure: set max_mem_size
By default max_mem_size is 5 * mem, but when you get to higher memory sizes that goes over the memory the host has and installs will fail. Set it to just what we might ever increase it to. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
348ec04e3a
commit
a6fc1adcd8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Define resources for this group of hosts here.
|
||||
lvm_size: 750000
|
||||
mem_size: 49152
|
||||
max_mem_size: 131072
|
||||
num_cpus: 16
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue