From d877bf4d95cecaa52b404cf02f6b2103b2334c05 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 22 Sep 2014 16:30:03 +0200 Subject: [PATCH] estran : max vnodes 3->2, too small disk --- system/LocalSubstrate.inria.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 0dd47a1..7b408ad 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -51,7 +51,7 @@ class OnelabSubstrate (Substrate): # nodes spawned in this box won't get network connectivity # ('enfoui', 4), # 4 cores, 8Gb # estran (4) - big mem but small disk - ('estran', 3), # 4 cores, 8Gb + ('estran', 2), # 4 cores, 8Gb # lodos (5) - rather old/small ('lodos', 1), # 2 cores, 4Gb # cyblok (6) -- 2.43.0