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

Metrics takes too much memory by default #188

Open
pmetel opened this issue Mar 2, 2019 · 0 comments
Open

Metrics takes too much memory by default #188

pmetel opened this issue Mar 2, 2019 · 0 comments

Comments

@pmetel
Copy link

pmetel commented Mar 2, 2019

It seems that 6 basic Metrics can take over 250MB of the heap, after some time.
This is due TimeSeries default SlidingWindowList is truncated above 7 * 24 * 3600 * 2.1

Memory profiler shows me that SlidingWindowList with 758_712 elements took 27_520_128 bytes, which lead to OOM in my case.

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

1 participant