From 07d04770673d846f47d65a372aec4b13cf73393c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 10 Jul 2013 09:15:01 +0200 Subject: [PATCH] 10 VM's per plc box should be enough and hopefully bring the getty-related load a bit down --- system/LocalSubstrate.inria.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index a0946bb..a171588 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -31,8 +31,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ - ('gotan', 20), # how many plcs max in this box - ('deathvegas', 20), + ('gotan', 10), # how many plcs max in this box + ('deathvegas', 10), ] # vplc01 to 40 -- 2.43.0