Showing posts with label command for free cache memory. Show all posts
Showing posts with label command for free cache memory. Show all posts

Sunday, 14 June 2015

How to Free up RAM On Ubuntu/Debian

 Firstly  see ,how much memory is free on your system, open the Terminal and run this command:

free -m

I got this output:





Now run

sudo -i

echo 3 > /proc/sys/vm/drop_caches

Now ,Again run

free -m