Fix(cli): Clamp databases max size to a multiple of system page size

fix #2659
This commit is contained in:
ManyTheFish
2022-08-11 10:44:47 +02:00
parent dfbdc565f9
commit cf955a77db
3 changed files with 9 additions and 0 deletions

1
Cargo.lock generated
View File

@ -2125,6 +2125,7 @@ dependencies = [
"num_cpus",
"obkv",
"once_cell",
"page_size",
"parking_lot",
"paste",
"permissive-json-pointer",