From 4b21d0a18fb6ff39b2b60e2cb8c7b7cfde4da480 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Tue, 15 Apr 2025 09:03:41 +0200 Subject: [PATCH] Container memory stats not displayed #3142 --- docs/faq.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 0f21b2e7..1cab80d1 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -8,3 +8,11 @@ F.A.Q Try to run Glances with the following command line: LANG=en_US.UTF-8 LC_ALL= glances + +*Container memory stats not displayed ?* + +On ARM64, Docker needs to be configured to allow access to the memory stats. + +Edit the /boot/firmware/cmdline.txt and add the following configuration key: + + cgroup_enable=memory