Difference between revisions of "Set the java memory options"

From MyWiki
Jump to: navigation, search
(Created page with "Edit the TOMCAT_HOME/bin/catalina.sh file and add the JAVA_OPTS variable as:<br> JAVA_OPTS="-Djava.awt.headless=true -Xmx512M -XX:MaxPermSize=128M -Dcom.sun.security.enableCRL...")
 
(No difference)

Latest revision as of 15:36, 28 April 2015

Edit the TOMCAT_HOME/bin/catalina.sh file and add the JAVA_OPTS variable as:
JAVA_OPTS="-Djava.awt.headless=true -Xmx512M -XX:MaxPermSize=128M -Dcom.sun.security.enableCRLDP=true"