Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record mapped netmap memory as RssShmem rather than RssFile
VmRSS size of memory portions. It contains the three following parts (VmRSS = RssAnon + RssFile + RssShmem) RssAnon size of resident anonymous memory RssFile size of resident file mappings RssShmem size of resident shmem memory (includes SysV shm, mapping of tmpfs and shared anonymous mappings) The kernel differentiates between RssFile and RssShmem by checking the PG_swapbacked flag on the page. By setting this flag the netmp memory will be recorded as RssShmem.
- Loading branch information