Docker安装 elasticsearch 报错max virtual memory areas vm.max_map_count [65530] is too low
使用下面命令解决:
vi /etc/sysctl.conf
添加 一行 vm.max_map_count=655360

加载参数
sysctl -p
重启
dockerr start esmaster

Docker安装 elasticsearch 报错max virtual memory areas vm.max_map_count [65530] is too low
Docker安装 elasticsearch 报错max virtual memory areas vm.max_map_count [65530] is too low

相关文章:

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