Replies: 1 comment
-
Please get in touch with a support case so we may discuss the specifics of your situation. Please note the way memory is handled by the collector is under discussion with open-telemetry/opentelemetry-collector#8343. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We see regularly some pods being killed by the OOMKiller. I see that the helm-chart configures memory_limiter limit_mib based on the memory limit of the container.
I was digging a little bit into and found this in the memory_limiter docs:
(Ref: https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md)
So this means, that it is expected that the process can use more than the limit_mib and thus more than the container limit. Which in turn leads to the container being OOM killed.
Beta Was this translation helpful? Give feedback.
All reactions