Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Post Installation Tasks : Configuration for 64-bit Mode

Configuration for 64-bit Mode
The following platforms allow you to run TIBCO BusinessEvents in 64-bit mode. See the product readme for versions supported:
To Configure for 64-bit Mode
1.
   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.)
2.
a.
In the tibco.env.STD_EXT_CP property, find %RV_HOME%/lib and replace it with %RV_HOME%/lib/tibrvj.jar.
b.
Ensure that the JVM_LIB_PATH variable points to the appropriate JVM Server DLL or SO. For example:
For 64 bit Sun JVM for AMD on Linux, use:
JVM_LIB_PATH = %TIB_JAVA_HOME%/lib/amd64/server/libjvm.so
For 64 bit Sun JVM for AMD on Windows, use:
JVM_LIB_PATH =%TIB_JAVA_HOME%/bin/amd64/server/libjvm.dll
c.
To increase the heap size used by the engine, 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
The TRA files are self-documented with guidelines.
HP-UX
If you are using an HP-UX platform, open the be-engine.tra file and remove the following entry from the property java.extended.properties property:
-javaagent:%BE_HOME%/lib/cep-instrumentation.jar
(If this property is present, the executable fails to launch.)
Enabling 64-bit Properties
By default, the 32-bit java.extended.properties are enabled.
Comment the 32-bit java.extended.properties and enable the 64-bit java.extended.properties in the TRA files in these folders:
BE_HOME/bin/be-engine.tra
BE_HOME/mm/bin/be-mm.tra
BE_HOME/rms/bin/be-rms.tra

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved