You cannot see this page without javascript.

진주성 블로그 방문하기

OS Linux Cache Memory Clear

2020.01.20 18:28

구피천사 조회 수:334

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.
 
 
 
 
번호 제목 날짜 조회 수
95 디지털 컨텐츠 보호 2017.11.01 113
94 부팅(Booting) 과정 2017.11.01 317
93 전자우편 보안 2017.11.01 280
92 TCP 상태전이 2017.11.01 614
91 TCP 프로토콜 Header 구조 2017.11.01 1554
90 OSI 7 Layer 2017.11.01 214
89 IPv4, IPv6 2017.11.01 108
88 HTTP Header 2017.11.01 112
87 아파치 웹서버 보안설정 file 2017.11.01 3419
86 ICMP 2017.11.01 1050
85 command file 2017.11.01 966
84 Dos 공격유형 및 차단 2017.11.03 721
83 ftp 보안 취약점및 대책 2017.11.05 538
82 디지털 포렌직 조사의 일반원칙 2017.11.07 92
81 악성코드의 종류 2017.11.07 383
진주성 블로그 방문하기
CLOSE