http://www.linuxinsight.com/proc_sys_vm_drop_caches.htmldrop_cachesSubmitted by admin on Wed, 2006-05-31 16:12Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free. To free pagecache:
To free dentries and inodes:
To free pagecache, dentries and inodes:
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. This tunable was added in 2.6.16. |