Notice
Recent Posts
Recent Comments
Link
ยซ   2025/05   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
๊ด€๋ฆฌ ๋ฉ”๋‰ด

midnightly

Elasticsearch ์‹คํ–‰ ์‹œ max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] ๋ณธ๋ฌธ

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
Comments