Use the AlwaysFreePages flag when opening an index

This commit is contained in:
Kerollmops 2021-07-05 16:36:13 +02:00
parent 007fec21fc
commit 91c5d0c042
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 11 additions and 9 deletions

View file

@ -11,7 +11,7 @@ milli = { path = "../milli" }
jemallocator = "0.3.2"
[dev-dependencies]
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0" }
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
criterion = { version = "0.3.4", features = ["html_reports"] }
[build-dependencies]