Linux Clean Memory Cache (Usage)

# Clear PageCache only.
sync; echo 1 > /proc/sys/vm/drop_caches;
# Clear dentries and inodes.
sync; echo 2 > /proc/sys/vm/drop_caches;
# Clear pagecache, dentries, and inodes.
sync; echo 3 > /proc/sys/vm/drop_caches;

Yorum Gönder

Daha yeni Daha eski