Displaying 1 result from an estimated 1 matches for "total_inactive_file".
Did you mean:
total_active_file
2018 Dec 19
0
Cgroups : memory.limit_in_bytes and memory.usage_in_bytes includes file cache?
...mory_limit 85899345920
hierarchical_memsw_limit 85899345920
total_cache 85880266752
total_rss 2441216
total_rss_huge 0
total_mapped_file 8192
total_swap 0
total_pgpgin 29265847812
total_pgpgout 29244880354
total_pgfault 48530374728
total_pgmajfault 20
total_inactive_anon 0
total_active_anon 2441216
total_inactive_file 85879496704
total_active_file 770048
total_unevictable 0
cat memory.usage_in_bytes
85885800448
cat memory.limit_in_bytes
85899345920
What is confusing is that , why is memory.usage_in_bytes being shown as 85885800448, when the RSS is just 2441216?
Is it true that memory.usage_in_bytes/memory.li...