From d1230db51678e5fe9f1eb910b857b506dfa1242c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 03 2022 22:27:52 +0000 Subject: 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 --- diff --git a/inventory/group_vars/buildvm_s390x_kvm b/inventory/group_vars/buildvm_s390x_kvm index 4841aca..84f32ff 100644 --- a/inventory/group_vars/buildvm_s390x_kvm +++ b/inventory/group_vars/buildvm_s390x_kvm @@ -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