在运行eclipse时出现unhandled event loop exception permgen space错误,并且点了OK之后提示保存workspace并推出workbench
PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen space从表面上看就是内存益出,解决方法也一定是加大内存。说说为什么会内存益出:这一部分用于存放Class和Meta的信息,Class在被 Load的时候被放入PermGen space区域,它和和存放Instance的Heap区域不同,GC(Garbage Collection)不会在主程序运行期对PermGen space进行清理,所以如果你的APP会LOAD很多CLASS的话,就很可能出现PermGen space错误。这种错误常见在web服务器对JSP进行pre compile的时候。
改正方法,在 run.bat 中加入:-Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
或者修改了安装目录eclipse.ini文件,在最后面增加了两行
-XX:PermSize=128M??
-XX:MaxPermSize=128M?
详细解决方案
Eclipse 出现”unhandled event loop exception permgen space“异常
热度:541 发布时间:2016-04-23 01:15:31.0
相关解决方案
- eclipse struts2找不到action!调了一个晚下了
- Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
- 大神们开始觅错啦!org.hibernate.exception.SQLGrammarException: could not execute query
- Eclipse + Tomcat Debug時很慢,该怎么解决
- eclipse+tomcat6.0+oracle 10g配置数据库连接池的异常
- struts2 exception,该怎么解决
- GWT 报错,能的请进: com.google.gwt.event.shared.UmbrellaException: Exception caught: Se
- eclipse ee版本 怎么新建和发布 web project
- Exception loading sessions from persistent storage,该怎么解决
- eclipse 运用URL连接出错,求解
- eclipse jee tomcat警告有关问题
- 呀javax.servlet.ServletException: Servlet execution threw an exception
- eclipse 提醒 configure build path
- !hadoop 0.21.0 eclipse 3.7 win7,点击run on hadoop报错
- Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
- tomcat6做为系统服务运行时怎么设置PermGen space
- null id in com.bsw.gms.hibernate.pojo.Score entry (don't flush the Session after an exception occurs,该怎么解决
- 紧急 Exception starting filter struts2
- JDBC MYSQL 驱动加载失败 JSP DAO ECLIPSE,该怎么解决
- org.hibernate.exception.SQLGrammarException: could not execute query有关问题求解
- 关于异常:attempt to create delete event with null entity
- SEVERE: Exception starting filter struts2,该怎么处理
- Eclipse 报错org.apache.catalina.LifecycleException: Failed to start component。该怎么解决
- Cause: java.sql.SQLException: 关闭的连接]; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException解决思路
- eclipse 老崩溃 错误异常如下
- Error occured during reequest processing: Java heap space,该怎么处理
- Eclipse JSP调用Servlet的有关问题
- eclipse 怎么发布 Dynamic web project到Tomcat
- struts2开发时出现的异常 Exception sending context initialized event to listener instance
- eclipse 经典版,最新稳定版是多少?解决方法