How to increase the Java heap size\allocation for Spectrum CABI 7.9.1.2
Release : 22.2.x
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"