Dumb VM question, then: I understand the logic behind the
write-throttling part (some of my own userland code does something
similar), but,
Does this imply adding fadvise to your overwrite.c example is (a) not
noticable, (b) potentially less efficient, (c) potentially more efficient?
Or IOW, does fadvise purely put pages on the cold list as your
sync_file_range incantation does, or something different?
Thanks,
Jeff, who is already using sync_file_range in
some server-esque userland projects
--