-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improve memory usage of arangodb process #198
Comments
I think this is not a bug, but rather expected behaviour. After reading https://www.arangodb.com/docs/stable/tutorials-reduce-memory-footprint.html and especially https://www.arangodb.com/docs/stable/programs-arangod-rocksdb.html#write-buffers it looks like the RAM usage is mostly rocksdb write buffers. By default I'm extending the DappNode package setup to allow setting additional parameters to running arangodb, allowing to modify the RAM usage behaviour. |
@TripleSpeeder reported that arangodb is using around half of 32GB dappnode memory.
It seems we have some sort of problem in garbage collection that is related to new transnational mechanism we are using in latest release to cache queries and speed up things when there are high number of queries that should run. Node one is also using around half of its 4G memory.
The text was updated successfully, but these errors were encountered: