Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a15e4190 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Jiri Kosina
Browse files

Documentation/cgroups/memory.txt: fix stat file documentation



Documentation for inactive_anon / active_anon was mixed up. Fix that.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@nsn.com>
Acked-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent faa5273c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -490,10 +490,10 @@ pgpgin - # of charging events to the memory cgroup. The charging
pgpgout		- # of uncharging events to the memory cgroup. The uncharging
		event happens each time a page is unaccounted from the cgroup.
swap		- # of bytes of swap usage
inactive_anon	- # of bytes of anonymous memory and swap cache memory on
inactive_anon	- # of bytes of anonymous and swap cache memory on inactive
		LRU list.
active_anon	- # of bytes of anonymous and swap cache memory on active
		inactive LRU list.
		LRU list.
inactive_file	- # of bytes of file-backed memory on inactive LRU list.
active_file	- # of bytes of file-backed memory on active LRU list.
unevictable	- # of bytes of memory that cannot be reclaimed (mlocked etc).