Writing to this file causes the kernel to drop clean caches,
dentries and inodes from memory, causing that memory to become
free.
To free pagecache, use echo 1 > /proc/sys/vm/drop_caches; to
free dentries and inodes, use echo 2 > /proc/sys/vm/drop_caches;
to free pagecache, dentries and inodes, use echo 3 >
/proc/sys/vm/drop_caches.
Because this is a non-destructive operation and dirty objects
are not freeable, the user should run sync(8) first.作者: winsock 时间: 2010-11-2 16:39
buffers+cached+free=剩余内存作者: Cat 时间: 2010-11-2 16:51
你以为你用Windows吗作者: zrdlrofmine 时间: 2010-11-2 16:56
学习了作者: leven 时间: 2010-11-2 17:34
晕倒,越释放cache越慢
windows同上作者: vnconfig 时间: 2010-11-5 02:04
有病,空余内存不是给你看的,是拿来用的。