update config
This commit is contained in:
parent
d5a9b1552a
commit
90788721b2
@ -82,7 +82,6 @@ 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";
|
||||
opt.cache_capacity = 3 << 30;
|
||||
let mut saved = opt.clone();
|
||||
saved.tmp_store = false;
|
||||
let mut db = Mace::new(opt.validate().unwrap()).unwrap();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user