Tags: cache

Linux: How to clear the cache from memory

Technology, Linux Send feedback »
Red Hat Enterprise Linux 4.6 and 5.0 introduced /proc/sys/vm/drop_caches, which allows the pagecache and slabcache to be cleared on demand. To free the pagecache: # sync; echo 1 > /proc/sys/vm/drop_caches To free… more »