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