Trouble Shooting

Elasticsearch 실행 시 max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

비버버비 2021. 10. 14. 15:54

[📢 문제]

ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch. bootstrap check failure [1] of [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

[✨ 해결]

  - /etc/sysctl.conf 파일에 추가해주고 재부팅

vi /etc/sysctl.conf
vm.max_map_count=262144
reboot