Radoslav Panev

SysAdmin and DevOps

CentOS: Clear cached memory

21 Apr 2014 » Linux

Use the following command to clear you cached memory:

root@linux [~]# echo 1 > /proc/sys/vm/drop_caches 

by Miroslav Mirkov