Skip to content

Commit

Permalink
update dbbench
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 609e05b commit a25c253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/db_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ int main(int argc, char** argv) {
FLAGS_db = default_db_path.c_str();
}

leveldb::nvram::create_pool("/mnt/pmemdir/NVM.pool", static_cast<size_t>(7) * 1024 * 1024 * 1024);
leveldb::nvram::create_pool("/mnt/pmemdir/NVM.pool", static_cast<size_t>(8) * 1024 * 1024 * 1024);

leveldb::Benchmark benchmark;

Expand Down

0 comments on commit a25c253

Please sign in to comment.