You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont think cgroup memory reporting is working, perhaps it's an issue with cgroupv2 but I don't even see the cgroup limit in the non-zero metrics that agent prints
a really simple
docker run -d --memory=1gb --cpus=0.5 -v ./standalone.yml:/usr/share/elastic-agent/elastic-agent.yml docker.elastic.co/elastic-agent/elastic-agent:8.17.1
shows
cat /sys/fs/cgroup/memory.max
1073741824
but the non-zero part of the beat process stats reports
I dont think cgroup memory reporting is working, perhaps it's an issue with cgroupv2 but I don't even see the cgroup limit in the non-zero metrics that agent prints
a really simple
docker run -d --memory=1gb --cpus=0.5 -v ./standalone.yml:/usr/share/elastic-agent/elastic-agent.yml docker.elastic.co/elastic-agent/elastic-agent:8.17.1
shows
but the non-zero part of the beat process stats reports
and the beat-stats reports
which appears to be missing max/limit
The text was updated successfully, but these errors were encountered: