eclipse启动tomcat出现内存溢出错误 java.lang.OutOfMemoryError: PermGen space

发布工程后,启动tomcat出现如下内存溢出错误: 
java.lang.OutOfMemoryError: PermGen space 
。。。 
java.lang.OutOfMemoryError: Java heap space . 
。。。

解决方案: 
1.进入eclipse界面中的servers选项卡,右击 工程配置的tomcat项,单击“Open”.(如图):

eclipse启动tomcat出现内存溢出错误 java.lang.OutOfMemoryError: PermGen space

2.单击“Open launch configuration” 

eclipse启动tomcat出现内存溢出错误 java.lang.OutOfMemoryError: PermGen space

3.在弹出的窗口界面中,VM arguments 框中的结尾加入: 
-Xms212m -Xmx804m -XX:PermSize=250M -XX:MaxPermSize=356m

点击“Apply”.启动后错误解决。

eclipse启动tomcat出现内存溢出错误 java.lang.OutOfMemoryError: PermGen space

转载:http://javavsxiaoming.iteye.com/blog/1761578

上一篇:Eclipse启动Server报错:Could not publish to the server. java.lang.NullPointerException


下一篇:eclipse使用maven,启动工程tomcat报错:java.lang.ClassNotFoundException: org.springframework.web.context.Contex