Displaying 1 result from an estimated 1 matches for "rss_huge".
Did you mean:
is_huge
2018 Dec 19
0
Cgroups : memory.limit_in_bytes and memory.usage_in_bytes includes file cache?
...We were under the assumption that Cgroups memory controller, limits memory based on just the RSS size of the process.
However, i see that the process is getting killed even when the RSS size is very low compared to the limit in bytes.
For example:
cat memory.stat
cache 85880266752
rss 2441216
rss_huge 0
mapped_file 8192
swap 0
pgpgin 29265847812
pgpgout 29244880354
pgfault 48530374728
pgmajfault 20
inactive_anon 0
active_anon 2441216
inactive_file 85879496704
active_file 770048
unevictable 0
hierarchical_memory_limit 85899345920
hierarchical_memsw_limit 85899345920
total_cache 85880266752
total_...