ERROR: [2] bootstrap checks failed
[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Elastic Search 실행할때에 위와 같은 에러가 날떄가 있다.
이럴 경우에 아래와 같이 설정해주면 됩니다.
sudo vi /etc/sysctl.conf
아래 문구 추가
vm.max_map_count=262144
$ sudo sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
vm.max_map_count = 262144
$
변경 내용을 확인할 수 있다
'개발경험 및 메모 > Linux' 카테고리의 다른 글
로그파일 내용 삭제 cat /dev/null (0) | 2020.07.29 |
---|---|
SCP 파일다운로드(SSH 파일다운로드) (0) | 2020.07.06 |
Linux 프로세스의 File Descriptor 개수 확인 (0) | 2020.06.24 |
[Linux] CentOS 버전확인 (0) | 2020.02.14 |
최근댓글