码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat启动报错

时间:2015-08-27 15:35:18      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

 

错误信息:SEVERE: The web application [/escm] appears to have started a thread named [FileWatchdog] but has failed to stop it. This is very likely to create a memory leak.

1、修改系统文件/etc/sysctl.conf;添加如下信息:

fs.file-max=6553600
fs.aio-max-nr=1048576

2、增加linux重启后生效文件/etc/profile中,添加如下内容:

ulimit -n  65536

3、重启linux系统

tomcat启动报错

标签:

原文地址:http://my.oschina.net/stonezing/blog/497920

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!