oijkn / Docker-Raspberry-PI-Monitoring

A docker-compose stack solution for monitoring host and containers with Prometheus, Grafana, cAdvisor and NodeExporter.
MIT License
410 stars 61 forks source link

Used Memory and RSS Memory per container #35

Closed Cadoudal closed 6 months ago

Cadoudal commented 6 months ago

Hi, The "Used Memory" and "RSS Memory" charts don't seem to show relevant data : image

I have 7 containers running but non of them seems to use memory. I assume this isn't correct behaviour.

Cadoudal commented 6 months ago

I needed to add cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 at the end of the line in /boot/cmdline.txt file