eclipse运行项目时候出现的tomcat内存溢出

2018-07-03  本文已影响0人  Yeong407

申请公司电脑之后配置了环境,从svn上检出项目运行,tomcat报了这个错误

Exception in thread ""http-bio-8080"-exec-6" java.lang.OutOfMemoryError: PermGen space

Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: PermGen space

Exception in thread "schedulerFactory_Worker-3" java.lang.OutOfMemoryError: PermGen space

Exception in thread ""http-bio-8080"-exec-2" java.lang.OutOfMemoryError: PermGen space

Exception in thread "Timer-0" java.lang.OutOfMemoryError: PermGen space


解决办法:

第一步 第二步

需要加的参数如下(根据自己的电脑配置适当调整):

-Xms128m -Xmx1024m -XX:MaxPermSize=512m

上一篇下一篇

猜你喜欢

热点阅读