diff --git a/matrix/events.cc b/matrix/events.cc index 645e2a7f1..e4355f759 100644 --- a/matrix/events.cc +++ b/matrix/events.cc @@ -94,6 +94,9 @@ ircd::m::events::dump__file(const string_view &filename) filename, std::ios::out | std::ios::app }; + // POSIX_FADV_DONTNEED + fs::evict(file); + const unique_buffer buf { size_t(dump_buffer_size)