-
Notifications
You must be signed in to change notification settings - Fork 17
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
high memory usage #90
Comments
RAM? I don't use docker. But in my case (just checked) 150MB after 150h |
Yes RAM. I don‘t think it’s related to docker. Anything I could check? May be purge config? |
What is your "max age for measured data" value? How is the size of measure folder? |
With an empty config it consumes 85MB in my container. Measure is 70MB - max age is the default value |
OK it's related to the measure folder. If i delete it it uses 90MB like with the empty config. |
I‘ve now set the storage time to 1day and will check what happens |
how are the tests going? |
It's raining all day here... i can't really test. Until now the process is now consuming again 233MB of memory. |
Strange. Can you check your logfiles, do you have some entries at 00:00. At 00:00 o'clock happens data clean procedure, is that done without errors? |
Yes and no - keep in mind that used memory isn't freed again under linux. So if it stays constant at 220MB - this will be OK - still a waste of 100MB but OK. Log says:
|
I've detected that cassandra needs a lot of memory - currently it uses 1.4GB of memory after some time on my linux docker-container. I remember that cassandra was using far less some time ago...
The text was updated successfully, but these errors were encountered: