Clear/Free/Remove Cache memory from Linux Server
Clear/Free/Remove Cache memory from Linux Server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please use belwo command to clear Cache memory from Linux Server free -m echo 1 > /proc/sys/vm/drop_caches ======= eg :BEFORE :root@lnx [~]# free -mtotal used free shared buffers cachedMem: 12001 11614 386 0 2026 6996-/+ buffers/cache: 2592 9409Swap: 1907 0 1907 root@lnx [~]# echo 1 > /proc/sys/vm/drop_caches AFTER :root@lnx [~]# free -mtotal used free […]
» Read more