Skip to content
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

Allow setting cache size to < 1GB #132

Open
debdattabasu opened this issue Feb 1, 2018 · 1 comment
Open

Allow setting cache size to < 1GB #132

debdattabasu opened this issue Feb 1, 2018 · 1 comment

Comments

@debdattabasu
Copy link

First of all, thank you for an awesome library. :)

I am running MongoRocks on memory constrained environments, where IMO RocksDB performs better than WiredTiger, which tends to freeze and hang frequently. However, I can not set the cache size to let's say 0.256GB like I can do in WiredTiger.

Is there a possibility of making this happen?

Regards
Debdatta Basu

@igorcanadi
Copy link
Contributor

That's correct, looks like cacheGB is an integer. We'd just need to port something like this over: mongodb/mongo@b6397d9#diff-6a2e67ff05825f6d310e2938f3cfdd30

Interested in giving it a shot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants