Sometimes we get PermGen or memory errors.
Use following it can help you.
For Tomcat :
============
open catalina.bat from /tomcat/bin/catalina.bat and use below command before JAVA_OPTS used.
Use following it can help you.
For Tomcat :
============
open catalina.bat from /tomcat/bin/catalina.bat and use below command before JAVA_OPTS used.
set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx512m -XX:MaxPermSize=256m
No comments:
Post a Comment