[Bug 224532] Remove resident count from procfs map

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 23 00:36:56 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224532

            Bug ID: 224532
           Summary: Remove resident count from procfs map
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: glenn.weinberg at intel.com
                CC: emaste at freebsd.org, kib at FreeBSD.org

procfs_map does a very naive resident count, which for huge unbacked virtual
spaces takes essentially forever. Instead of trying to fix this (see bug
188911), the resident count field should be deprecated and always be set to 0.
Linux procfs does not return resident counts.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list