Sunday, July 11, 2010

How to clear the page cache memory from terminal

When your page cache memory is full your computer will be really really slow and
you may be unable to run even a single program.

So open a terminal and type as a root user

sync; echo 3 > /proc/sys/vm/drop_caches



This will clear your cache memory and enables you to work faster than previously.

No comments:

Post a Comment