In order to increase memory limit for Java, perform the following steps, edit the file:
/var/cpanel/tomcat.optionsInsert the following 2 lines:
Xmx200Mwhere, Xmx is the upper limit and Xms is the lower limit. You have to replace the values as per your requirement. Save the file and restart the tomcat service:
Xms100M
root@server [~]#/scripts/restartsrv tomcat
No comments:
Post a Comment