-
Notifications
You must be signed in to change notification settings - Fork 68
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
Substantially increased memory overhead #2995
Comments
Testing v0.34.0 for this to see whether it has been fixed... |
Thank you for reporting! Which version were you on before, and how much was it before? |
I am using v0.31 before, and the memory overhead of that is within 200 ~ 350 MB |
/debug/pprof/heap?debug=1 /debug/pprof/heap the alloc_space looks like this: it seems like we can only set a higher memory limit; there are no filtering at all in opentelemetry-ebpf-profiler and all the processes' ELFs are handled and thus memory/heapIdle spikes could be high |
Parca-agent pods seem to use more memory with v0.32.0
A memory profiling is like the following:
The total memory usage of the parca-agent pod can surpass 500MB on my side from time to time without much conf change.
The text was updated successfully, but these errors were encountered: