From da6fe1967725ce9b7fa9a7d8b42a770cdf1f75b2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 11 May 2020 10:06:08 +0200 Subject: [PATCH] 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. --- roles/copr/backend/templates/copr-be.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 8d7f20d739..e1e5a59672 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -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 %}