一、问题 

IDEA在运行过程出现如下错误

Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space异常

二、解决 

增大虚拟机堆空间内存解决

-server -XX:PermSize=512M -XX:MaxPermSize=1024m

IDEA之堆空间异常解决

 

相关文章:

  • 2021-11-01
  • 2021-08-03
  • 2021-04-15
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-11-07
  • 2021-12-16
猜你喜欢
  • 2021-12-07
  • 2021-11-16
  • 2021-11-17
  • 2022-12-23
  • 2021-08-05
  • 2021-05-19
相关资源
相似解决方案