Donnerstag, 20. Januar 2011

Linux Cache-Speicher freigeben

#works for Kernels 2.6.16 and up
#flush file system buffers (sync to disc)

sync

#drop page-cache directory-entries and inode-cache

echo 3 > /proc/sys/vm/drop_caches

#more info at http://www.linuxinsight.com/proc_sys_vm_drop_caches.html

Keine Kommentare:

Kommentar veröffentlichen