mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* add warning for when MAP_POPULATE mmap flag not set * Make mmap flags method handle any flags, where MAP_POPULATE is just one of them * Only have the log print out on restores * Add test, make logic more consistent * Add changelog * Add godoc for test * Make test less dangerous
3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
```release-note:improvement
|
|
physical/raft: Log when the MAP_POPULATE mmap flag gets disabled before opening the database.
|
|
``` |