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

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了max file descriptors [4096] for elasticsearch process likely too low, increase to at least [65536](代相关的知识,希望对你有一定的参考价值。

 

在/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](代的主要内容,如果未能解决你的问题,请参考以下文章

Linux socket连接数(file descriptor)

Linux socket连接数(file descriptor)

MySQL文件描述符达到限制异常解决:File Descriptor xxxx exceeded FD_SETSIZE=xxxx

elastic search 重要的系统配置

epoll出现Bad file descriptor的原因

socket:file descriptor exceeds limit (4096/4096)