From d1230db51678e5fe9f1eb910b857b506dfa1242c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 3 Mar 2022 10:57:55 -0800 Subject: [PATCH] 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 --- inventory/group_vars/buildvm_s390x_kvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/buildvm_s390x_kvm b/inventory/group_vars/buildvm_s390x_kvm index 4841aca294..84f32ffb72 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