The information in this article applies to:
Product: PM4Data PM4OS
Version: 7.x 8.x
Platform: All
Issue
- Process Monitor reports OutOfMemory exception.
Resolution
Increase the maximum heap size of the JavaVirtual Machine(JVM).
Examples show an initial heap size(-Xms) of 128 MB and a max heap size(-Xmx) of 512 MB.
Set the JAVA\_OPTS in the correct file..
In 7.x windows update the /ecc/tomcat/bin/ecc\_catalina.bat.
In 8.x windows update the /ecc/jboss/bin/run.bat.
set JAVA\_OPTS=%JAVA\_OPTS% -Xms128m -Xmx512m
In 7.x windows update the /ecc/tomcat/bin/ecc\_catalina.sh
In 8.x windows update the /ecc/jboss/bin/run.sh
JAVA\_OPTS="$JAVA\_OPTS �Xms128m -Xmx512m"