diff --git a/docker-compose.yml b/docker-compose.yml index 7d3392e6..86eecdb4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -210,7 +210,7 @@ services: - "--path.sysfs=/host/sys" - "--path.rootfs=/rootfs" - "--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)" - mem_limit: 64m + mem_limit: 32m healthcheck: test: ["CMD-SHELL", "wget -qO- http://localhost:9100/metrics | grep -q 'node_exporter_build_info' || exit 1"] interval: 30s @@ -235,7 +235,7 @@ services: privileged: true devices: - /dev/kmsg - mem_limit: 128m + mem_limit: 192m networks: - monitoring