错误:OutOfMemoryError: PermGen space 非堆溢出(永久保存区域溢出)

在Run/Debug configuration 的你要运行行的tomcat里面的 
vm options里面输入

-server -XX:PermSize=256M -XX:MaxPermSize=256m

Java-idea-运行tomcat 报內存溢出 PermGen space

 

相关文章:

  • 2021-03-30
  • 2022-01-29
  • 2022-12-23
  • 2021-09-01
  • 2021-07-24
  • 2021-05-29
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2021-06-07
  • 2021-08-05
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案