Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Increase Java Memory Allocation

In /opt/xactview/server/XactViewServer.sh find the line that looks like

${JAVA_HOME}/bin/java -Djava.library.path=lib -jar ${BASENAME}.jar ${BASEDIR}

and replace with

${JAVA_HOME}/bin/java -Xmx1024m -Djava.library.path=lib -jar ${BASENAME}.jar ${BASEDIR}

with 1024 representing 1 GB of ram for Java

  • No labels