coroot-node-agent icon indicating copy to clipboard operation
coroot-node-agent copied to clipboard

Out of memory

Open Gakhramanzode opened this issue 3 months ago • 0 comments

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

Gakhramanzode avatar Sep 10 '25 12:09 Gakhramanzode