Posts

Showing posts from December, 2007

How to clear disk cache in Linux

sync ; sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches' edit: better safe than sorry: flush caches before, as suggested... edit: sudo sh -c is simplier