Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
To improve the efficiency of JVM garbage collection, you could add
-XX:NewSize=128m -XX:MaxNewSize=256m
in the file: <bc>\bin\runBC.bat:
. . .
....
%ENG_JDK%\bin\java.exe -XX:NewSize=128m -XX:MaxNewSize=256m %ENG_FLAGS% com.tibco.im.IMSe
%CFG_FILES% -s %IM_SUBJ_PREFIX% -f
. . .
Ensure that the SET MEMORY_TUNING_PARMS=-Xms256m -Xmx512m provides larger minimum heap size for
the
JVM in the file <bc>\bin\runEnv.bat than the NewSize argument.