copr-be-dev: disable the old VM allocation
For now, we'll drop the old Vm allocation code entirely soon. In the meantime we start to use resalloc.
This commit is contained in:
parent
01ac18829a
commit
da6fe19677
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ group2_max_vm_total=8
|
|||
group2_max_spawn_processes=8
|
||||
{% else %}
|
||||
group2_max_vm_per_user=2
|
||||
group2_max_vm_total=2
|
||||
group2_max_vm_total=0
|
||||
group2_max_spawn_processes=4
|
||||
{% endif %}
|
||||
|
||||
|
@ -96,7 +96,7 @@ group3_max_vm_total=50
|
|||
group3_max_vm_per_user=8
|
||||
group3_max_spawn_processes=8
|
||||
{% else %}
|
||||
group3_max_vm_total=4
|
||||
group3_max_vm_total=0
|
||||
group3_max_vm_per_user=2
|
||||
group3_max_spawn_processes=2
|
||||
{% endif %}
|
||||
|
@ -113,7 +113,7 @@ group4_max_vm_total=10
|
|||
group4_max_vm_per_user=3
|
||||
group4_max_spawn_processes=5
|
||||
{% else %}
|
||||
group4_max_vm_total=2
|
||||
group4_max_vm_total=0
|
||||
group4_max_vm_per_user=2
|
||||
group4_max_spawn_processes=2
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue