0
点赞
收藏
分享

微信扫一扫

IDEA - MySql / Spring mvc : Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryErro


运行Intellij idea 时output窗口出现该问题:Exception in thread “RMI TCP Connection(idle)” java.lang.OutOfMemoryError: PermGen space

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

运行环境:intellij idea 15.0.2、tomcat8、ubuntu14.04系统

解决方案:

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

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


举报

相关推荐

0 条评论