From 6dcb778f91e5c1ec0851882494cb2a03341cb76f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Aguerre?= Date: Mon, 10 Oct 2016 11:15:25 +0200 Subject: [PATCH] increase number of allowed containers parallel launchs --- bin/ORBConfigFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ORBConfigFile.py b/bin/ORBConfigFile.py index 9fbe3b8e2..19a9647f4 100644 --- a/bin/ORBConfigFile.py +++ b/bin/ORBConfigFile.py @@ -63,7 +63,7 @@ def writeORBConfigFile(path, host, port, kwargs={}): orbdata.append("%sInitRef = NameService=corbaname::%s:%s"%(prefix,host,port)) orbdata.append("%sgiopMaxMsgSize = %s # 2 GBytes"%(prefix,GIOP_MaxMsgSize)) orbdata.append("%straceLevel = 0 # critical errors only"%(prefix)) - orbdata.append("%smaxGIOPConnectionPerServer = 50 # to allow containers parallel launch"%(prefix)) + orbdata.append("%smaxGIOPConnectionPerServer = 500 # to allow containers parallel launch"%(prefix)) orbdata.append("") with open(omniorb_config, "w") as f: -- 2.39.2