This task is required for full installations. It is not typically required for service pack installations. It is valid on all platforms.By default, the initial (–Xms) and maximum (–Xmx) heap size are set to 1GB for both BusinessEvents and BusinessEvents Decision Manager. Change the settings as needed to meet your requirements. For BusinessEvents, the settings are in the BE_HOME/bin/be-engine.tra file. For BusinessEvents Decision Manager they are in the BE_HOME/decisionmanager/DecisionManager.ini file.For example, if you want to run both BusinessEvents Decision Manager and BusinessEvents on a machine with 1GB memory, you might reduce the initial heap size setting (–Xms):As another example, if you use a machine with more memory, and you work with very large tables in BusinessEvents Decision Manager, you might increase the BusinessEvents Decision Manager heap size accordingly.It can also be helpful to set the MaxPermSize as follows:Some of the JVM settings do not work for all platforms, and some platforms use additional, platform-specific parameters. For example, for AMD on Windows and 32 bit Sun JVM for Intel use:The IBM AIX platform uses parameters common to all JVMs, but does not use the -d64 parameter. AIX also uses additional parameters (using the format, -Xparameter).Refer to the appropriate JVM reference manuals for the platform in question. For example, for AIX you could refer to the following resources.Note that you can determine the mode in which JVM is running using the following simple Java program:
Copyright © TIBCO Software Inc. All Rights Reserved.