Are there any JVM tuning parameters that can be configured when BC is under heavy load?.

Are there any JVM tuning parameters that can be configured when BC is under heavy load?.

book

Article ID: KB0091484

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
To improve the efficiency of JVM garbage collection, you could add

-XX:NewSize=128m -XX:MaxNewSize=256m

in the file: &ltbc>\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 &ltbc>\bin\runEnv.bat than the NewSize argument.

Issue/Introduction

Are there any JVM tuning parameters that can be configured when BC is under heavy load?.

Environment

Product: TIBCO BusinessConnect Version: 3.0.0 OS: All --------------------