How to clear Linux caches
Simple method of clearing Linux cache, useful for dropping dentries and inodes from memory.
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:
echo 3 > /proc/sys/vm/drop_caches
Related Articles
- 29.08.11: Alexa page rank showing Private in Firefox 6 (1)
- 04.05.11: Move Firefox 4 Homepage Icon (0)
- 09.09.11: PayPal Email crashing Outlook [FIX] (0)
- 23.05.11: yum install php-soap not working (1)









Comments RSS Feed





Leave a comment