啟動(dòng)elasticsearch日志出現(xiàn)一下問題
Ubuntu elasticsearch max virtual memory areas vm.max_map_count [65530] is too low, increase to at le
vi /etc/sysctl.conf
添加下面配置:
vm.max_map_count=655360
并執(zhí)行命令:
sysctl -p
然后,重新啟動(dòng)elasticsearch,即可啟動(dòng)成功