Y
Hacker News
new
|
ask
|
show
|
jobs
by
cwillu
752 days ago
The usual thing would be to fadvise(POSIX_FADV_DONTNEED) the relevant file handle you don't want cached.
Edit: see for instance
https://insights.oetiker.ch/linux/fadvise.html