docker中启动elk后,没过多长时间elk就会自动停止是怎么回事
可以看下日志 docker logs 容器 id
用这个命令,看看最大虚拟内存设置为多少
sysctl vm.max_map_count
用这个命令修改设置
sysctl -w vm.max_map_count=262144