lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 21 Oct 2020 21:45:13 +0200
From:   Albert Netymk <albertnetymk@...il.com>
To:     Alexey Dobriyan <adobriyan@...il.com>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Imprecise definition for proportional set size in documentation

>From https://www.kernel.org/doc/html/latest/filesystems/proc.html
```
The “proportional set size” (PSS) of a process is the count of pages
it has in memory, where each page is divided by the number of
processes sharing it.
```
The definition is a bit imprecise if a process uses multiple-mapping.
A real example is ZGC in OpenJDK, as asked at
https://superuser.com/questions/1485370/linux-misreports-process-size-with-heap-multi-mapping

A more precise wording could be something like `..., where each page
is divided by the number of mappings associated with it.`

PS: I have read
https://www.kernel.org/doc/html/latest/admin-guide/reporting-bugs.html,
but it's still unclear to me whether a mail or a ticket in bugzilla is
preferred.  Since this is just a documentation issue, maybe a mail is
fine.

/Albert

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ