kvm64-{4,5} often end up with nodes spending more than 20 minutes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 10:49:56 +0000 (12:49 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 10:49:56 +0000 (12:49 +0200)
getting started, let's lower their burden

system/LocalSubstrate.inria.py

index 74e8a0d..56fa025 100755 (executable)
@@ -43,8 +43,8 @@ class OnelabSubstrate (Substrate):
          ('kvm64-1', 3), # 4 cores, 4Gb
          ('kvm64-2', 3), # 4 cores, 4Gb
          ('kvm64-3', 2), # 2 cores, 4Gb
-         ('kvm64-4', 3), # 4 cores, 8Gb
-         ('kvm64-5', 2), # 2 cores, 4Gb
+         ('kvm64-4', 1), # 4 cores, 8Gb
+         ('kvm64-5', 1), # 2 cores, 4Gb
          ('kvm64-6', 2), # 2 cores, 4Gb
          ]