How do I enabled more Java memory with BC 5.X on IBM AIX machines?

How do I enabled more Java memory with BC 5.X on IBM AIX machines?

book

Article ID: KB0090993

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
IBM AIX machines require that an environment variable be set to enable larger Java heap sizes.  To do this, modify the $BC_HOME/bin/bcengine.tra file on the machine where BC is to be deployed as follows:

1.  Open the file.
2.  Near the top of the file, add the following:

tibco.env.LDR_CNTRL=MAXDATA=0xB0000000@DSA

3.  Save the file
4.  Undeploy and redeploy your BC Engine.
5.  Open the deployed .tra file, and check that the environment variable has been saved.
6.  Test your installation to confirm that the change took effect.

Issue/Introduction

How do I enabled more Java memory with BC 5.X on IBM AIX machines?