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

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

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

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

参考地址:

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

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

猜你喜欢

转载自blog.csdn.net/qq_35872777/article/details/82752621
今日推荐