Your message dated Thu, 13 Oct 2016 17:04:37 +0200
with message-id <a89c32f5-d6e1-656d-b4ae-c47f53767...@debian.org>
and subject line Bug housekeeping
has caused the Debian Bug report #741360,
regarding proc(5): statm "share" badly described
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
741360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: manpages
Version: 3.44-1
Severity: minor

proc(5) says:

       /proc/[pid]/statm
              Provides information about memory usage, measured in pages.  The
              columns are:

                  size       total program size
                             (same as VmSize in /proc/[pid]/status)
                  resident   resident set size
                             (same as VmRSS in /proc/[pid]/status)
                  share      shared pages (from shared mappings)

Actually the "share" value doesn't count all shared pages mapped by the
process: it only counts *resident* shared pages.  It should be documented
as such.  The current documentation makes it look as though one can
subtract share from size to find out how much unshared memory the process
uses, but actually doing so gives a bogus figure.  I'm currently debugging
some code (the Perl module Apache::SizeLimit) that makes that mistake.

-zefram

--- End Message ---
--- Begin Message ---
Version: 4.08-1

Hi,

this bug should be fixed with the latest upload of manpages.

Regards,
Tobias

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to