ERROR: [2] bootstrap checks failed
[1]: max file descriptors [65535] for elasticsearch process is too low, increase to at least [65536]
[2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2018-11-30T20:37:13,238][INFO ][o.e.n.Node ] [node-1] stopping ...
[2018-11-30T20:37:13,337][INFO ][o.e.n.Node ] [node-1] stopped
[2018-11-30T20:37:13,337][INFO ][o.e.n.Node ] [node-1] closing ...
[2018-11-30T20:37:13,357][INFO ][o.e.n.Node ] [node-1] closed
[1]: max file descriptors [65535] for elasticsearch process is too low, increase to at least [65536]
编辑 /etc/security/limits.conf,追加以下内容;
* soft nofile 65536
* hard nofile 65536
此文件修改后需要重新登录用户,才会生效
[2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
编辑 /etc/sysctl.conf,追加以下内容:
vm.max_map_count=655360
保存后,执行:
sysctl -p
重新启动,成功。
bin/elasticsearch
---------------------
作者:Lyle-liang
来源:优快云
原文:https://blog.youkuaiyun.com/feng12345zi/article/details/80367907
版权声明:本文为博主原创文章,转载请附上博文链接!