Configure for 64-bit Mode
Procedure
-
Open all TRA files for editing. Do this for TIBCO BusinessEvents and for each add-on product used:
BE_HOME/bin/be-engine.tra
BE_HOME/bin/be-jdbcdeploy.tra
BE_HOME/bin/be-migration.tra
BE_HOME/mm/bin/be-mm.tra
BE_HOME/rms/bin/be-rms.tra
BE_HOME/views/bin/be-views.tra
(be-rms.tra is used with TIBCO BusinessEvents Decision Manager and be-views.tra is used with TIBCO BusinessEvents Views).
-
To increase the heap size used by the engine, in each TRA file modify the values of
–Xms and
–Xmx in the
java.extended.properties parameter. For example, some common values are as follows:
-d64 -XX:MinHeapFreeRatio=52 -XX:MaxHeapFreeRatio=90 -XX:GCTimeRatio=19 -Xms1024m -Xmx1024m -javaagent:%BE_HOME%/lib/cep-base.jar -XX:MaxPermSize=256m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
- Modify %BE_HOME%/bin/be-engine.tra.
- Append %RV_HOME%/lib/64 to tibco.env.LD_LIBRARY_PATH .
Copyright © TIBCO Software Inc. All Rights Reserved.