Skip to content

Out of memory #242

Description

@Gakhramanzode

I have coroot-node-agent on virtual machine via docker. Memery limit is 9Gb

ExecStart=/usr/bin/docker run \
  --name=%N \
  --rm=true \
  --network=host \
  --stop-timeout=30 \
  --pull=always \
  --privileged --pid host \
  --memory=9g \
  -v /sys/kernel/debug:/sys/kernel/debug:rw \
  -v /sys/fs/cgroup:/host/sys/fs/cgroup:ro \
  ghcr.io/coroot/coroot-node-agent:1.25.5 \
    --collector-endpoint=http://coroot.tech:8080 \
    --api-key=*** \
    --provider=selectel \
    --region=msk \
    --availability-zone=a \
    --instance-life-cycle=on-demand \
  --cgroupfs-root=/host/sys/fs/cgroup \
  --scrape-interval=15s
ExecStop=/usr/bin/docker stop %N

but container every 10 sec restarts because - OOM. I running utils https://github.com/parca-dev/oomprof and recived zip-archive.

Image

coroot-node-agent-3018119-20250909200600.pb.gz

can you help me to resolve this issue, pls

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions