Showing posts with label how to free ram in ubuntu. Show all posts
Showing posts with label how to free ram in ubuntu. 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