Myeclipse运行程序时,发生异常:Exception in thread ""http-bio-8080"-exec-1" java.lang.OutOfMemoryError: PermGen

来源:互联网 发布:怎样禁止电脑安装软件 编辑:程序博客网 时间:2024/06/05 14:11

Myeclipse运行程序时,发生异常:

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

Exception in thread "Druid-ConnectionPool-Destory" java.lang.OutOfMemoryError: PermGen space
        at java.util.IdentityHashMap.keySet(IdentityHashMap.java:935)
        at com.alibaba.druid.pool.DruidDataSource.removeAbandoned(DruidDataSource.java:1312)
        at com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:1294)

Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" java.lang.OutOfMemoryError: PermGen space


解决: 

1)Window|Preferences


2)MyEclise|Servers|Tomcat|Tomcat 7.X


3)JDK|将这个复制到这里!



文本:

-Xms256m -Xmx256m -XX:MaxNewSize=256m -XX:MaxPermSize=256m-XX:PermSize=128m




阅读全文
0 0
原创粉丝点击