copr: be-prod: lower the max_vms_per_user value
Nowadays, when the queue is rather large - several projects are able to use all the VM resources (44 builders in theory! was 4 users and the rest needed to wait).
This commit is contained in:
parent
3c20dc3e14
commit
3f61c62246
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ group0_terminate_playbook=/home/copr/provision/terminatepb_nova.yml
|
|||
group0_max_vm_per_user=4
|
||||
group0_max_vm_total=12
|
||||
{% else %}
|
||||
group0_max_vm_per_user=10
|
||||
group0_max_vm_per_user=7
|
||||
group0_max_vm_total=44
|
||||
group0_vm_spawn_min_interval=5
|
||||
group0_max_spawn_processes=5
|
||||
|
@ -56,7 +56,7 @@ group1_max_vm_per_user=2
|
|||
group1_max_vm_total=2
|
||||
group1_max_spawn_processes=2
|
||||
{% else %}
|
||||
group1_max_vm_per_user=5
|
||||
group1_max_vm_per_user=4
|
||||
group1_max_vm_total=8
|
||||
group1_max_spawn_processes=2
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue