1、tomcat提示内存溢出的报错

   解决方法就是加大内存:

   1)打开tomcat配置,在idea的run那里面 

   添加内容到红色框:

    -Xms2048m -Xmx2048m -XX:MaxPermSize=4096m -Drebel.spring_plugin=true -Drebel.spring_mvc_plugin=true -Drebel.hibernate_plugin=true

idea Exception in thread "http-apr-8080-exec-2" java.lang.OutOfMemoryError: PermGen space

 

相关文章:

  • 2022-02-15
  • 2021-06-08
  • 2021-06-23
  • 2021-09-24
  • 2021-08-03
  • 2021-04-11
  • 2021-05-18
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2021-05-09
  • 2021-11-07
  • 2021-05-02
  • 2022-12-23
  • 2021-05-27
相关资源
相似解决方案