진주성 블로그 방문하기
진주성 블로그 방문하기
OS Linux Cache Memory Clear
2020.01.20 18:28
Linux Cache Memory Clear
커널상에서 캐쉬를 클리어하게 만드는 값으로 1,2,3 중에 하나를 사용하면 된며 커널 2.6.16 이상에서부터 추가되서 사용가능하다.
To free pagecache: (페이지케쉬 클리어)
- echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes: (트리와 아이노드 클리어)
- echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes: (1번과 2번 모두 클리어)
- echo 3 > /proc/sys/vm/drop_caches
As this is a non-destructive operation, and dirty objects are not freeable, the user should run "sync" first in order to make sure all cached objects are freed.
댓글 0
번호 | 제목 | 날짜 | 조회 수 |
---|---|---|---|
155 | Linux system service bug gives you root on every major distro | 2022.02.05 | 205 |
154 | Red Hat Enterprise Linux technology capabilities and limits | 2021.05.13 | 117 |
153 | weblogic wlst 기반 암호화파일 복호화 (AES) | 2021.04.06 | 225 |
152 | weblogic admin 패스워드 변경 방법 | 2021.04.06 | 137 |
151 | vi, vim ^M 제거 | 2021.04.02 | 94 |
150 | wmic useraccount list brief | 2021.04.01 | 155 |
149 | Jeus7 Getting Start Guide | 2021.03.09 | 107 |
148 | hp-ux glance Memory Sort | 2021.02.26 | 217 |
147 | 외부로 통신이 되지 않을 때 가지고 있는 CD-ROM으로 yum 사용하는 방법 | 2020.08.26 | 792 |
146 | AIX 내부적인 Memory 관리 방법 | 2020.04.15 | 546 |
145 | AIX SYSTEM CHECK SCRIPT | 2020.04.10 | 2510 |
144 | 아파치 톰캣 AJP 프로토콜에 '고스트캣(GhostCat)' 취약점 | 2020.04.06 | 1071 |
143 | top을 통해 살펴보는 프로세스 정보들 | 2020.03.05 | 396 |
142 | netstat | 2020.02.05 | 316 |
» | Linux Cache Memory Clear | 2020.01.20 | 387 |