IDEA之堆空间异常解决
一、问题
IDEA在运行过程出现如下错误
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space异常
二、解决
增大虚拟机堆空间内存解决
-server -XX:PermSize=512M -XX:MaxPermSize=1024m
IDEA在运行过程出现如下错误
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space异常
增大虚拟机堆空间内存解决
-server -XX:PermSize=512M -XX:MaxPermSize=1024m