How to increase the Java heap size\allocation for Spectrum CABI 7.9.1.2
search cancel

How to increase the Java heap size\allocation for Spectrum CABI 7.9.1.2

book

Article ID: 263033

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

How to increase the Java heap size\allocation for Spectrum CABI 7.9.1.2

Environment

Release : 22.2.x

Resolution

TIBCO recommends a minimum of 8GB to be allocated.

Edit your setenv.sh file accordingly and restart JasperSoft apache-tomcat instance.

/opt/CA/SharedComponents/CABI/apache-tomcat/bin/setenv.sh

The following example would allocate up to 10GB:

JAVA_OPTS="$JAVA_OPTS -Xms8192m -Xmx10240m"