首页 > 其他 > 详细

max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536]

时间:2016-11-23 12:25:58      阅读:3183      评论:0      收藏:0      [点我收藏+]

 

在/etc/syscurity/limits.conf

加入以下两行:

elastic hard nofile 65536

elastic soft nofile  65536

#备注:elastic这里是指定用户elastic 当然可以用*表示所有人

sh-4.1# tail -2 /etc/security/limits.conf 
* hard nofile 65536
* soft nofile 65536

 

max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536]

原文:http://www.cnblogs.com/bass6/p/6092931.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!