User Tools

Site Tools


computing:linux:launcher

This is an old revision of the document!


Linux Memory

Clear Buffers & Cache

sync && echo 3 > /proc/sys/vm/drop_caches

If you use sudo:

su -c "sync && echo 3 > /proc/sys/vm/drop_caches"

This one-liner also shows before and after stats:

echo Before: && free -m && echo After: && sync && echo 3 > /proc/sys/vm/drop_caches && free -m
computing/linux/launcher.1430758855.txt.gz · Last modified: 2015/05/04 11:00 by jcooper