eclipse启动tomcat内存溢出的解决方式
——IT唐伯虎
摘要:eclipse启动tomcat内存溢出的解决方式。
1、打开Run Configurations
2、在VM arguments的最后面加上:-Xms256M -Xmx512M -XX:PermSize=256m -XX:MaxPermSize=512m
3、再次启动服务,即可
eclipse启动tomcat内存溢出的解决方式
——IT唐伯虎
摘要:eclipse启动tomcat内存溢出的解决方式。
1、打开Run Configurations
2、在VM arguments的最后面加上:-Xms256M -Xmx512M -XX:PermSize=256m -XX:MaxPermSize=512m
3、再次启动服务,即可