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

解决tomcat too many open files问题

时间:2017-08-10 13:38:49      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:内容   centos7.2   rod   centos7   href   service   www   tno   arch   

 
运行环境为 centos7.2
tomcat 为 tomcat 8.0.39.0
 
ulimit -a 
ulimit -n  解决的都是 系统的问题
 
tomcat 报too many open files  是  tomcat 进程本身 的文件打开数 受限制了
默认设置 tomcat  文件打开数为 4096
 
需要修改 tomcat.service文件
 
修改如下 
 
vi /usr/lib/systemd/system/tomcat.service
 
在 [Service] 中添加 LimitNOFILE=131070
 
参考内容如下
 

解决tomcat too many open files问题

标签:内容   centos7.2   rod   centos7   href   service   www   tno   arch   

原文地址:http://www.cnblogs.com/fb010001/p/7338288.html

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