make vfs linux cache more inclined to keep inodes over actual file contents
I am using a centos 5 (2.6.18-194.el5). I need to be able to list files very quickly, in order for my rsync backup to be efficient. I don’t really need to cache file contents, because file access response time isn’t that important. I’ve got hundred million files and they keep being added and removed, and … Read more