Skip to content

monitor container OOM killed with recommended resource #7682

Open
@WeihanLi

Description

@WeihanLi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions