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:
parent
ca61cb76fa
commit
2d1391e9a9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
lvm_size: 102400
|
lvm_size: 102400
|
||||||
mem_size: 10240
|
mem_size: 10240
|
||||||
max_mem_size: "{{ mem_size }}"
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 4
|
num_cpus: 3
|
||||||
varnish_group: s390kojipkgs
|
varnish_group: s390kojipkgs
|
||||||
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
||||||
gw: 10.16.0.254
|
gw: 10.16.0.254
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue