eclipse J2EE中整合tomcat启动内存
eclipse J2EE中调整tomcat启动内存
在"Servers"窗口中双击tomcat服务器项。
点击“Open launch configuration”。
在弹出的窗口中点击“Arguments”页签。
在“VM arguments”框中加入
在"Servers"窗口中双击tomcat服务器项。
点击“Open launch configuration”。
在弹出的窗口中点击“Arguments”页签。
在“VM arguments”框中加入
-Xms256m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=512m