copr-backend: increase builder x86_64 limit in config

This commit is contained in:
clime 2018-04-13 09:24:25 +02:00
parent 8a96f0404a
commit 4fafa19ead

View file

@ -45,7 +45,7 @@ group0_max_vm_per_user=4
group0_max_vm_total=12
{% else %}
group0_max_vm_per_user=10
group0_max_vm_total=37
group0_max_vm_total=44
group0_vm_spawn_min_interval=5
group0_max_spawn_processes=5
{% endif %}
@ -59,7 +59,7 @@ group1_max_vm_total=2
group1_max_spawn_processes=2
{% else %}
group1_max_vm_per_user=5
group1_max_vm_total=6
group1_max_vm_total=4
group1_max_spawn_processes=2
{% endif %}