support mace 0.0.24

This commit is contained in:
2026-01-19 11:53:17 +08:00
parent da89a88b40
commit 36c15dc0d0
14 changed files with 8 additions and 5 deletions
+1
View File
@@ -82,6 +82,7 @@ fn main() {
opt.over_provision = true; // large value will use lots of memeory
opt.inline_size = args.blob_size;
opt.tmp_store = args.mode != "get" && args.mode != "scan";
opt.cache_capacity = 3 << 30;
let mut saved = opt.clone();
saved.tmp_store = false;
let mut db = Mace::new(opt.validate().unwrap()).unwrap();