mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Use the AlwaysFreePages flag when opening an index
This commit is contained in:
parent
007fec21fc
commit
91c5d0c042
8 changed files with 11 additions and 9 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
anyhow = "1.0.38"
|
||||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
||||
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0" }
|
||||
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
|
||||
milli = { path = "../milli" }
|
||||
stderrlog = "0.5.1"
|
||||
structopt = { version = "0.3.21", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue