-
Notifications
You must be signed in to change notification settings - Fork 402
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 the user to reduce RAM usage #30
Comments
Apparently, setting |
Initial indexing with |
Late phase of initial indexing and DB compaction seem to use significant amounts of RAM: #38 (comment) |
Running cb6196d with:
Indexing is using less than 400MB of RAM :) |
Running 9dcec98 with:
Both indexing and compaction take now up to ~550MB of RAM :) |
Related to #8 |
Merge to master at #58 |
It seems that most of the memory is used by RocksDB caches.
(see #11 for more details)
The text was updated successfully, but these errors were encountered: