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

申请公司电脑之后配置了环境,从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

你可能感兴趣的:(eclipse运行项目时候出现的tomcat内存溢出)