安装Elasticsearsh报错

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
在 /etc/sysctl.conf文件最后添加一行
vm.max_map_count=262144
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
执行/sbin/sysctl -p 立即生效
改完之后退出重新登陆,再开启ES

相关文章:

  • 2021-07-01
  • 2022-12-23
  • 2021-09-22
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2022-12-23
相关资源
相似解决方案