We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the learning kit on a tiny dictionary resulted in this:
$ du -s *rdb 21710584 gram-2.rdb <<<<<<<<<<< wtf 21GB really?
closing and opening gives:
538360 gram-2.rdb << half a GB. That's more like it.
which is a 40x compaction. That's sick. That's too big.
The text was updated successfully, but these errors were encountered:
See also issue #10. Also has a 40x too-large RAM usage.
Sorry, something went wrong.
Fixing issue #10 appears to fix this problem as well. Wow!
No branches or pull requests
Running the learning kit on a tiny dictionary resulted in this:
closing and opening gives:
which is a 40x compaction. That's sick. That's too big.
The text was updated successfully, but these errors were encountered: