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

ES 环境搭建

时间:2018-10-11 11:28:33      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:bootstrap   rap   memory   cal   filter   err   error:   isa   count   

配置 IP 后出错 network.host: x.x.x.x

ERROR: [2] bootstrap checks failed
[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own ris

[1] 设置
sysctl -w vm.max_map_count=655360
sysctl -p

[2]解决方法:
编辑 elasticsearch.yml 中配置 bootstrap.system_call_filter 为 false,注意要在Memory下面:
bootstrap.memory_lock: false
bootstrap.system_call_filter: false

ES 环境搭建

标签:bootstrap   rap   memory   cal   filter   err   error:   isa   count   

原文地址:https://www.cnblogs.com/tomren/p/9771024.html

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