삽질/도커
docker 엘라스틱서치 exited with code (우분투)
EpicArts
2019. 11. 19. 18:26
문제점
윈도우에서 잘 돌아가는 엘라스틱 서치 도커가 우분투에서는 실행이 안된다.
elasticsearch | ERROR: [1] bootstrap checks failed
elasticsearch | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
해결
sysctl -w vm.max_map_count=262144