일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 모리셔스 카젤라
- openstack
- bind9
- 프랑크푸르트 여행
- 톰캣 서비스 등록
- 경주
- postgresql 설치
- Trou aux Biches
- 느낌 사진
- 서울야경
- 모리셔스 카셀라
- 모리셔스 여행
- duabi
- cloud foundry
- 모리셔스
- mauritius
- 모리셔스리조트
- r
- Melbourne 여행
- 두바이여행
- 경주 여행
- 두바이
- 독일여행
- postgresql 비밀번호 변경
- 트루오비쉬
- Sony A850
- 서울 야경
- postgresql 비밀번호 초기화
- 모리셔스여행
- mauritius casela
Archives
- Today
- Total
목록sonarqube 오류 (1)
I.K.Picture & IT Info.
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Elasticsearch 실행 시 max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 가 보여지게되면 아주 간편하게 sysctl 을 수정하여 적용 하면됩니다. $sudo vi /etc/sysctl.conf 를 수행한 후 vm.max_map_count=262144 를 작성해주고 재부팅하면 됩니다. 만약, 재부팅이 불가능하다고 하면 $sudo sysct -w vm.max_map_count=262144 를 작성하면 바로 적용 됩니다.
Desktop and Mobile/Linux
2022. 12. 5. 15:48