-
Notifications
You must be signed in to change notification settings - Fork 3
ElasticSearch
Yongho Choi edited this page Jan 26, 2017
·
2 revisions
-
config/elasticsearch.yml파일에 바인딩 설정
network.bind_host: 0.0.0.0
- 로그에 찍힌 오류메세지
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
- 설정되어 있는 vm.max_map_count 값 확인
$ sysctl vm.max_map_count- vm.max_map_count 값 설정
$ sysctl -w vm.max_map_count=262144- conf 파일로 설정
$ vi /etc/sysctl.conf$ sysctl -p