-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
RocksDB huge memory usage #721
Comments
Hi, you are not very specific neither by what is "huge" memory usage nor what coin you are using. However, RocksDB is memory hungry and you should use server that is reasonably dimensioned. From the settings you mentioned, only |
Thanks for your response, we are using ravencoin, when we send request that I mentioned before for several times in some addresses used in great number of transactions, RocksDB takes more than usual to respond and it uses a lot of memory we are wondering if it was an indexing problem, because |
Essentially a duplicate of #43 Yes, Blockbook needs 32 GB of RAM for Bitcoin. |
Hello there,
Requesting
/api/v2/address/<address>?details=txs
for several times, RocksDB uses a lot of memory,We've tried to run blockbook with
-dbcache=0 -workers=1 -notxcache
but nothing changedIs there any solution for this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: