警告: The web application [ROOT] appears to have started a thread named [Thread-48] but has failed to
Posted rocky-fang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了警告: The web application [ROOT] appears to have started a thread named [Thread-48] but has failed to 相关的知识,希望对你有一定的参考价值。
1. 问题描述
tomcat跑web项目(其中依赖java项目) 出现大量上述警告 项目起不来
关键字 memory leak 内存泄漏
2. 解决方案
难道是程序写的有问题?
最终 将tomcat VM参数中 内存调大 解决了
-Xms512m -Xmx512m -Xmn300m -Xss2048k -XX:PermSize=512m -XX:MaxPermSize=512m
需要根据机器的配置做相应调整
以上是关于警告: The web application [ROOT] appears to have started a thread named [Thread-48] but has failed to 的主要内容,如果未能解决你的问题,请参考以下文章
The Tangled Web: A Guide to Securing Modern Web Applications 原版pdf
Web Application Project is configured to use IIS. Unable to access the IIS metabase.(配置为使用IIS Web应用程
Why does the memory usage increase when I redeploy a web application?
[转].Net Core Web应用发布至IIS后报“An error occurred while starting the application”错误
tomcat启动报错:Unable to complete the scan for annotations for web application [] due to a StackOverflow
我在用myeclipse运行一个web程序是报错:there are no configured servers that support the application