rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
813 stars 96 forks source link

Issue fadvice(DONT_NEED) after fsync #313

Closed kjnilsson closed 1 year ago

kjnilsson commented 2 years ago

to tell kernel the data will not need to be read and the page cache can be reclaimed.

kjnilsson commented 1 year ago

Closing as included properly in #316