일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 트루오비쉬
- 두바이
- postgresql 설치
- 경주
- 모리셔스여행
- 모리셔스 카젤라
- Sony A850
- Melbourne 여행
- bind9
- r
- mauritius casela
- openstack
- 서울 야경
- 톰캣 서비스 등록
- 모리셔스 여행
- 느낌 사진
- mauritius
- postgresql 비밀번호 변경
- cloud foundry
- 모리셔스 카셀라
- Trou aux Biches
- postgresql 비밀번호 초기화
- 두바이여행
- 프랑크푸르트 여행
- 경주 여행
- 모리셔스리조트
- 모리셔스
- 독일여행
- duabi
- 서울야경
Archives
- Today
- Total
I.K.Picture & IT Info.
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 본문
Desktop and Mobile/Linux
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
helpful-intruder 2022. 12. 5. 15:48반응형
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' 카테고리의 다른 글
[Ubuntu] 패캐지 deb 의존성 포함 패키지 다운로드 (0) | 2024.05.31 |
---|---|
Server CUI 화면 계속 켜놓기 (0) | 2022.12.27 |
[CentOS 8] PostgreSQL / PostGIS 설치 (14 버전) (0) | 2022.10.20 |
[CentOS 8] Tomcat 설치 후 서비스 등록 (dnf No URLs in mirrorlist) (0) | 2022.10.20 |
리눅스 프로세스 확인 및 강제 종료 (0) | 2021.10.04 |
Comments