mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
inventory / buildvm-s390x: define only 3 cpus not 4.
The virthost has 32 cpus, and we have ~11 guests. If we use 4 cpus per we oversubscribe the host. So, go down to 3 for now and see if it helps things. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lvm_size: 102400
|
||||
mem_size: 10240
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 4
|
||||
num_cpus: 3
|
||||
varnish_group: s390kojipkgs
|
||||
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
||||
gw: 10.16.0.254
|
||||
|
||||
Reference in New Issue
Block a user