-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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 %Nbut container every 10 sec restarts because - OOM. I running utils https://github.com/parca-dev/oomprof and recived zip-archive.
coroot-node-agent-3018119-20250909200600.pb.gz
can you help me to resolve this issue, pls
Metadata
Metadata
Assignees
Labels
No labels