From: Cédric Aguerre Date: Mon, 10 Oct 2016 09:15:25 +0000 (+0200) Subject: increase number of allowed containers parallel launchs X-Git-Tag: V8_2_0a1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6dcb778f91e5c1ec0851882494cb2a03341cb76f;p=modules%2Fkernel.git increase number of allowed containers parallel launchs --- 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: