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