-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory space cost issue #2
Comments
What is the config for the parameters when you run the benchmark? |
Just the same as your code released on github. |
Do you solve this problem that memory cost is too high? |
./Server TCPIPPORT MEMORYSIZE NODEID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I mention that "With 100 million key-value pairs, RocksDB�RDMA (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?
The text was updated successfully, but these errors were encountered: