User Tools

Site Tools


computing:linux:memory

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"
computing/linux/memory.1321403397.txt.gz · Last modified: 2011/11/15 17:29 by gcooper