cvs commit: src/bin/ps keyword.c
Christian S.J. Peron
csjp at FreeBSD.org
Sun Feb 6 16:34:49 GMT 2005
csjp 2005-02-06 16:34:49 UTC
FreeBSD src repository
Modified files:
bin/ps keyword.c
Log:
Since it is not un-common for a process's resident set size (rss)
to exceed 10 megabytes in size (especially in X), bump the max
column width from 4 bytes to 5. This will make the ps auxw output
uniform again when a process's rss exceeds 10 megs.
It should be noted that when 5 digits becomes to small, other
solutions should be explored such as displaying them in megabytes
or having ps automatically re-size column widths.
Discussed with: gad
MFC after: 1 week
Revision Changes Path
1.71 +1 -1 src/bin/ps/keyword.c
More information about the cvs-src
mailing list