koji_builder: increase stats on oz

Lets increase stats for oz and see if that decreases compose time a bit.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-13 10:56:35 -07:00
parent b1fc001c0f
commit 2a442cf7a7

View file

@ -9,12 +9,16 @@ uri = qemu:///system
image_type = raw image_type = raw
# type = kvm # type = kvm
# bridge_name = virbr0 # bridge_name = virbr0
{% if ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' %} {% if ansible_architecture == 'ppc64le' or ansible_architecture == 'aarch64' %}
cpus = 4 cpus = 8
{% else %}
cpus = 4
{% endif %} {% endif %}
memory = 4096 {% if ansible_architecture == 's390x' %}
cpus = 3
{% endif %}
{% if ansible_architecture == 'x86_64' %}
cpus = 6
{% endif %}
memory = 8192
[cache] [cache]
original_media = yes original_media = yes