Thursday 20 August 2015

How To clear RAM cache in Linux ?

# we can clear RAM cache in Linux by using following simple steps
#free -m
#echo 3 > /proc/sys/vm/drop_caches
#free -m

No comments:

Post a Comment