open-vault/changelog/13573.txt
Nick Cabatoff 4ee4374b3e
Use MAP_POPULATE for our bbolt mmaps (#13573)
* Use MAP_POPULATE for our bbolt mmaps, assuming the files fit in memory.  This should improve startup times when freelist sync is disabled.
2022-01-11 08:16:53 -05:00

4 lines
105 B
Plaintext

```release-note:bug
storage/raft: On linux, use map_populate for bolt files to improve startup time.
```