less room in the qemu pool for trunk
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 Feb 2009 21:50:22 +0000 (21:50 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 Feb 2009 21:50:22 +0000 (21:50 +0000)
system/Trackers.py

index 6a15aa5..dbe4abf 100644 (file)
@@ -91,7 +91,7 @@ class TrackerQemu (Tracker):
 
     DEFAULT_FILENAME=os.environ['HOME']+"/tracker-qemus"
     # how many concurrent plcs are we keeping alive - adjust with the IP pool size
-    DEFAULT_MAX_INSTANCES = 2
+    DEFAULT_MAX_INSTANCES = 1
 
     def __init__ (self,options,filename=None,instances=0):
         if not filename: filename=TrackerQemu.DEFAULT_FILENAME