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
- When auto-instrumenting applications, I have noticed that default memory
limits are too tight for some languages. This leads to the
following:
- Intermitent OOMKilled events in init container when auto-instrumenting python applications.
Eventually the pods are able to start.
- OOMKilled events for sidecar containers in go applications. The
pods are not able to start.
- 64Mi seems to be enough to fix these issues. While some tweaking by users may still be necessary,
the operator should work out-of-the-box for all supported languages.
0 commit comments