idea报 Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen s

Posted 黄小鱼ZZZ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea报 Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen s相关的知识,希望对你有一定的参考价值。

最近老是遇到这个问题: Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space,每次从SVN上边拉下来一个项目就会报这个错误,导致项目跑不起来,每次报错都要在网上搜一个vm配置,在这里记录一下,以后就不需要再去搜别人的了

错误: Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space,具体原因没有深入理解,

解决办法:在tomcat中的以下位置配置vm,数据大小根据自己需要,

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


以上是关于idea报 Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen s的主要内容,如果未能解决你的问题,请参考以下文章

execjs执行js代码报错:Exception in thread Thread-1

ArrayList循环删除报错Exception in thread “main“ java.util.ConcurrentModificationException

idea中使用scala运行spark出现Exception in thread "main" java.lang.NoClassDefFoundError: scala/coll

idea Exception in thread "http-apr-8080-exec-2" java.lang.OutOfMemoryError: PermGen space

Java编译报错:Exception in thread “main“ java.util.NoSuchElementException(剖析原因理解及解决方法)

错误记录Groovy 运行报错 ( Exception in thread “main“ groovy.lang.MissingMethodException: No signature of )