Ubuntu中启动ElasticSearch报错:max virtual memory areas vm.max_map_count [65530] is too low, increase to a

  • sudo gedit /etc/sysctl.conf
  • 在该文件任意地方加入:vm.max_map_count=655360
  • sudo sysctl -p
  • 重启ES


posted @ 2017-10-17 17:13  _chenyl  阅读(81)  评论(0编辑  收藏  举报