좋은 프로그램은 마음의 여유에서 나온다.
우분투 $ java -XX:+PrintFlagsFinal -version | grep -iE 'HeapSize|PermSize|ThreadStackSize' byte 단위로 표시됨
t1.micro는 paravirtual타입 t2.micro는 hvm 인스턴스 타입 변경하려면 http://blog.cloudthat.com/steps-to-convert-ubuntu-based-pv-instances-to-hvm/
ulimit -n 최대 허용-Des.max-open-files=true 자바 too many file open error리눅스 파일 descriptor 설정/etc/security/limits.conf 계정 hard nofile 숫자계정 soft nofile 숫자 /etc/sysctl.conffs.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/healt..
설치 환경 자바 1.8.0_60 mysql 5.6.22Ubuntu 14.04.2 LTS 64bit mysql설정 데이터베이스 sonar, 유저 sonar 생성아이디 : sonar비밀번호 : 1234 CREATE DATABASE sonar CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE USER 'sonar' IDENTIFIED BY '1234'; GRANT ALL ON sonar.* TO 'sonar'@'%' IDENTIFIED BY 'sonar'; GRANT ALL ON sonar.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar'; FLUSH PRIVILEGES;소나큐브 다운로드 $ wget https://sonarsource..