From 5d59e47cb8249fd2435e5e3bd1d4ffe3ec2e72fd Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Tue, 14 May 2013 19:16:38 +0200 Subject: [PATCH] Reduce max number of PLC's on LXCboxes --- 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 b9f81d5..eef084c 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -30,8 +30,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ - ('gotan', 30), # how many plcs max in this box - ('deathvegas', 30), + ('gotan', 20), # how many plcs max in this box + ('deathvegas', 20), ] # vplc01 to 40 -- 2.47.0