drop_caches
Submitted by admin on Wed, 2006-05-31 16:12 Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.To free pagecache:
- echo 1 > /proc/sys/vm/drop_caches
- echo 2 > /proc/sys/vm/drop_caches
- echo 3 > /proc/sys/vm/drop_caches
This tunable was added in 2.6.16.
No comments:
Post a Comment