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
Unable to render {include} The included page could not be found.