ElasticSearch启动报错,bootstrap checks failed

ERROR: [3] bootstrap checks Failed
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[2]: memory locking requested for elasticsearch process but memory is not locked
[3]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

 

处理

编辑 /etc/security/limits.conf,追加以下内容
* soft nofile 65536
* hard nofile 65536
文件修改后需要重新登录用户,才会生效

 

编辑 /etc/sysctl.conf,追加以下内容
vm.max_map_count=655360
保存后,执行:

sysctl -p

重新启动,成功。

bin/elasticsearch -d 或者bin/elasticsearch &

相关文章

Bootstrip HTML 查询搜索常用格式模版 <form class=&...
如何在按钮上加红色数字 您可以使用Bootstrap的badge组件来在...
要让两个按钮左右排列,你可以使用 Bootstrap 的网格系统将它...
是的,可以将status设置为布尔类型,这样可以在前端使用复选...
前端工程师一般用的是Bootstrap的框架而不是样式,样式一般自...
起步导入:<linkrel="stylesheet"href="b...