运行项目,一直报Exception in thread "http-apr-8082-exec-2" Exception in thread "commons-pool-EvictionTimer"

Idea 中通过tomcat运行web项目报Exception in thread "http-apr-8082-exec-2"

发现是tomcat内存溢出问题在网上找了相关解决资料,在tomcat添加以下内容即可解决问题。

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

Idea 中通过tomcat运行web项目报Exception in thread "http-apr-8082-exec-2"

参考地址:

    https://www.cnblogs.com/qmfsun/p/4205256.html

    https://blog.csdn.net/Dome_/article/details/79912170

 

相关文章:

  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2021-10-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-07-27
相关资源
相似解决方案