데이터베이스
엘라스틱서치
좋은데이
2015. 12. 16. 10:59
ulimit -n 최대 허용
-Des.max-open-files=true
자바 too many file open error
리눅스 파일 descriptor 설정
/etc/security/limits.conf
계정 hard nofile 숫자
계정 soft nofile 숫자
/etc/sysctl.conf
fs.file-max=숫자
설정값
https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-service.html
모니터링 플러그인 HQ
설정 보기
curl -XGET http://localhost:9200/_nodes/process?pretty=true
클러스터 상태
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'