Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent abbae98 commit 80ca6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/leveldb/nvm_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace leveldb {

struct NVMOption {
std::string pmem_path = "/mnt/pmemdir";
std::string sst_path="/media/eros/new1";
std::string sst_path2="/home/eros/workspace-lsm/Thanoskv/test";
std::string pmem_path = "..";
std::string sst_path="..";

//size_t nvm_write_buffer_size = 6* 1024 * 1024 * 1024;
// char buf[100];
// snprintf(buf, sizeof(buf), "%s/_PM_sstable.pool",
Expand Down

0 comments on commit 80ca6f8

Please sign in to comment.