[repospanner] Virtual machines have a maximum memory size which is normally 5* memory. That works for up to 16GB on our systems.
This commit is contained in:
parent
a5fc3cb775
commit
bcf86ff48d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 500000
|
lvm_size: 500000
|
||||||
mem_size: 8192
|
mem_size: 32768
|
||||||
|
max_mem_size: 32768
|
||||||
num_cpus: 8
|
num_cpus: 8
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue