cache flush 썸네일형 리스트형 [리눅스] 리눅스 메모리 캐시 삭제(cache flush) 리눅스 메모리 캐시 삭제(cache flush) To free pagecache: echo 1 > /proc/sys/vm/drop_caches $ echo 1 > /proc/sys/vm/drop_caches To free dentries and inodes: echo 2 > /proc/sys/vm/drop_caches $ echo 2 > /proc/sys/vm/drop_caches To free pagecache, dentries and inodes: $ free -g total used free shared buff/cache available Mem: 30 0 18 0 11 29 Swap: 0 0 0 echo 3 > /proc/sys/vm/drop_caches $ echo 3 > /proc/sys/v.. 더보기 이전 1 다음