buildvm-s390x kvm builders: increase memory from 10g to 13g
We should be able to do this without too much overcommitting and it could help builds avoid OOM (see devel list thread) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2afcc62cc6
commit
d1230db516
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
|||
lvm_size: 102400
|
||||
main_bridge: vmbr
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 10240
|
||||
mem_size: 13312
|
||||
num_cpus: 2
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue