[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

启动es报错

解决:

修改/etc/sysctl.conf文件,增加配置vm.max_map_count=262144

执行命令sysctl -p生效

posted @ 2020-08-25 13:58  kwz  Views(141)  Comments(0Edit  收藏  举报