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:
An additional step is required for the HP-UX platforms. See HP-UX). For Microsoft Windows, a 64-bit installer is available from the download site.
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.
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
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