10 如何禁用Ubuntu 12.04的Linux文件系统读取缓存? 我不想只释放实际的缓存。 echo 3 > /proc/sys/vm/drop_caches 但完全禁用读取缓存。 filesystem cache — 开价 source
2 我认为您可以在此超级用户答案中找到所需的内容:https : //superuser.com/questions/242928/disable-linux-read-and-write-file-cache-on-partition 从该答案链接的代码虽然在code.google.com上不再可用,但已克隆到github:https : //github.com/svn2github/pagecache-management 不过,该答案中的说明仍然应该有效。希望这可以帮助! — 玉米粉蒸肉 source