|
# tell the OS that it does not need to cache what we just wrote,
|
|
# tell the OS that it does not need to cache what we just wrote,
|
|
os.posix_fadvise(self._write_fd.fileno(), 0, 0, os.POSIX_FADV_DONTNEED)
|
|
os.posix_fadvise(self._write_fd.fileno(), 0, 0, os.POSIX_FADV_DONTNEED)
|