From 08739219f0d8dbb91e0030946f631e994a54aa86 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 26 Oct 2007 06:22:55 +0000 Subject: [PATCH] To provide ability to handle big files (up to 2 GBytes) --- bin/launchSalome.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/launchSalome.py b/bin/launchSalome.py index 08aea588a..c8fe7d52e 100755 --- a/bin/launchSalome.py +++ b/bin/launchSalome.py @@ -59,6 +59,7 @@ if freePort < 0 : else : omniCfgFileContent = "InitRef = NameService=corbaname::" + str(hostName) + ":" + str(freePort); + omniCfgFileContent += "\ngiopMaxMsgSize = 2097152000 # 2 GBytes"; omniCfgFilePath = os.environ.get('HOME') + "/" + ".omniORB_" + str(hostName) + "_" + str(freePort) + ".cfg"; omni_file = file(omniCfgFilePath,'w+'); -- 2.39.2