mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
[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:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 500000
|
||||
mem_size: 8192
|
||||
mem_size: 32768
|
||||
max_mem_size: 32768
|
||||
num_cpus: 8
|
||||
|
||||
# For the MOTD
|
||||
|
||||
Reference in New Issue
Block a user