Posted
Filed under Computer/Linux


# 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: 
# 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!
2008/10/15 23:02 2008/10/15 23:02
[로그인][오픈아이디란?]