#echo 1 > /proc/sys/vm/drop_caches 可以暂时清空cache和buffer

在rhel5和ubuntu上(rhel4不可以),可以直接修改内核文件
# /etc/sysctl.conf
vm.drop_caches = 1

#sysctl -p