Today, when testing the program, it is required to modify the memory size of Tomcat launched in Eclipse during the tomcat\ Bin Catalina.bat has not been effective, no matter how to modify Eclipse boot Tomcat after the memory size has been unchanged, and finally found an article on the Web to modify the success, hereby recorded.
Eclipse->window->preferences->server->runtime environments-> Select Apache Tomcat v5.0-> Click the Edit button, In the pop-up dialog box, click the Installed JREs button on the back of the JRE and in the Pop-up dialog box, select the jre-> that Tomcat uses, click the Edit button, and in the Pop-up dialog box, locate the default VM Arguments, and enter in the input box:-xms512m-xmx512m
In the end thank the blogger of this article, paste the original path: http://blog.csdn.net/niqinwen/article/details/8564001
Modify eclipse to start Tomcat memory