linux的buff/cache过大


top查看内存使用情况,发现buff/cache过大,执行下面的命令清除cache

echo 3 > /proc/sys/vm/drop_caches

你可能感兴趣的:(linux)