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-storedeploy.tra
BE_HOME/bin/be-migration.tra
BE_HOME/rms/bin/be-rms.tra
- To increase the heap size used by the engine, in each TRA file modify the values of
–Xms
and–Xmx
in thejava.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
- Modify
%BE_HOME%/bin/be-engine.tra
. - Append
%RV_HOME%/lib/64 to tibco.env.LD_LIBRARY_PATH
.Alternatively, you can run as root:- Edit
/etc/ld.so.conf
. - Add the actual path
%RV_HOME/lib/64
. - Run
ldconfig
.
Note: If you do not perform steps 3 and 4, an error similar to the following might occur when you start the application:java.lang.UnsatisfiedLinkError:/opt/tibco/tibrv/8.3/lib/libtibrvjsd64.so:libssl.so.0.9.8:wrongELF class: ELFCLASS32
. - Edit