We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a625ce commit 9b34a30Copy full SHA for 9b34a30
Documentation/admin-guide/cgroup-v1/memory.rst
@@ -543,7 +543,8 @@ inactive_anon # of bytes of anonymous and swap cache memory on inactive
543
LRU list.
544
active_anon # of bytes of anonymous and swap cache memory on active
545
546
-inactive_file # of bytes of file-backed memory on inactive LRU list.
+inactive_file # of bytes of file-backed memory and MADV_FREE anonymous memory(
547
+ LazyFree pages) on inactive LRU list.
548
active_file # of bytes of file-backed memory on active LRU list.
549
unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
550
=============== ===============================================================
0 commit comments