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

monitor container OOM killed with recommended resource #7682

Open
WeihanLi opened this issue Nov 15, 2024 · 0 comments
Open

monitor container OOM killed with recommended resource #7682

WeihanLi opened this issue Nov 15, 2024 · 0 comments

Comments

@WeihanLi
Copy link
Contributor

WeihanLi commented Nov 15, 2024

Hi team, we're using the dotnet-monitor as sidecar in k8s, and we get some OOM from the monitor container, which caused the pod restarts

The resource for dotnet-monitor container is the same as the sample

resources:
requests:
cpu: 50m
memory: 32Mi
limits:
cpu: 250m
memory: 256Mi

    resources:
      limits:
        cpu: 250m
        memory: 256Mi
      requests:
        cpu: 50m
        memory: 32Mi

I have some questions about the dotnet-monitor container:

  1. Would a dump file be generated when the dotnet-monitor OOM or exited unexpectedly in other scenes?
  2. What may cause the dotnet-monitor sidecar OOM? How should we consider a suitable memory resource for our usage? We're using the default config without additional metrics or other things
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