ruihong123 / dLSM

dLSM: An LSM-Based Index for RDMA-Enabled Memory Disaggregation
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

Memory space cost issue #2

Open SSK015 opened 1 year ago

SSK015 commented 1 year ago

I mention that "With 100 million key-value pairs, RocksDBRDMA (8KB) takes 39GB, RocksDB-RDMA (2KB) takes 44GB, Memory-RocksDB-RDMA takes 52GB, dLSM takes 59GB, and Sherman takes 68GB" In your paper. However, when I carry out the exp, actually I find that the memory cost in memory server is much higher than your results. What's wrong with my exp setup? Can you give me some advice?

ruihong123 commented 1 year ago

What is the config for the parameters when you run the benchmark?

SSK015 commented 1 year ago

Just the same as your code released on github.

SmallCoal2001 commented 1 year ago

Just the same as your code released on github.

Do you solve this problem that memory cost is too high?

ruihong123 commented 1 year ago

./Server TCPIPPORT MEMORYSIZE NODEID What is the MEMORYSIZE for your memory server side?