Clear Ubuntu Filesystem Memory cache
sudo sh -c “sync; echo 3 > /proc/sys/vm/drop_caches” or sync; echo 3 > /proc/sys/vm/drop_caches run in the Root Terminal this worked for me on 10.04 There are actually two things you can clear, and they’re both read caches. Write caching is a different thing entirely, and is referred to as …