您的位置:首页 > 理论基础 > 计算机网络

Intellij出现错误Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space

2015-01-14 11:40 761 查看
运行Intellij idea 时output窗口出现该问题:Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space

导致有些功能不能继续执行。

运行环境:intellij idea 14.0.2、tomcat7、win系统

解决方案:

在intellij idea14.0.2中配置tomcat中设置VM options的值,添加就行:

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


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  intellij idea
相关文章推荐