You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've got an x86_64 system with 128 cores. The otel collector adds about 5Mib to its working memory every time it scrapes a metrics endpoint. Eventually it hits up against the memorylimiter but the garbage collection never seems to really make headway and eventually fails to reclaim enough memory.
My identically configured systems with 8 or 16 x86_64 cores do not appear so leak in this manner.
My aarch64 system with a similar config and with 64 cores does also appear to leak in this manner.
Steps to reproduce
Run the otel-collector on a system with a lot of processing cores
What did you expect to see?
Memory usage eventually stabilize
What did you see instead?
Memory usage grows to fill space allotted - tested up to 4Gib (take 6 days)
What version did you use?
otelcol-contrib version 0.114.0 (memory code is probably in the base collector)
Describe the bug
I've got an x86_64 system with 128 cores. The otel collector adds about 5Mib to its working memory every time it scrapes a metrics endpoint. Eventually it hits up against the
memorylimiter
but the garbage collection never seems to really make headway and eventually fails to reclaim enough memory.My identically configured systems with 8 or 16 x86_64 cores do not appear so leak in this manner.
My aarch64 system with a similar config and with 64 cores does also appear to leak in this manner.
Steps to reproduce
Run the otel-collector on a system with a lot of processing cores
What did you expect to see?
Memory usage eventually stabilize
What did you see instead?
Memory usage grows to fill space allotted - tested up to 4Gib (take 6 days)
What version did you use?
otelcol-contrib version 0.114.0 (memory code is probably in the base collector)
What config did you use?
Environment
OS: Almalinux 9
Platform: podman
Podman Quadlet file: /etc/containers/systemd/otel-collector.container
Additional context
endpoints:
logs
The text was updated successfully, but these errors were encountered: