查看该文件夹配置

grep vm.max_map_count /etc/sysctl.conf

添加配置

[root@Test elasticsearch]# echo 'vm.max_map_count=262144' >> /etc/sysctl.conf
[root@Test elasticsearch]# grep vm.max_map_count /etc/sysctl.conf
vm.max_map_count=262144

立即生效

sysctl -w vm.max_map_count=262144

END

相关文章:

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