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

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

时间:2016-11-23 12:26:50      阅读:820      评论:0      收藏:0      [点我收藏+]

标签:limits   script   its   bsp   des   search   like   span   roc   

 

在/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]

标签:limits   script   its   bsp   des   search   like   span   roc   

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

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