Date: Sat, 12 Feb 2005 01:46:40 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c Message-ID: <200502120146.j1C1keUr038377@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-02-12 01:46:40 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
bin/ps keyword.c
Log:
MFC v1.71
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.
Revision Changes Path
1.70.2.1 +1 -1 src/bin/ps/keyword.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502120146.j1C1keUr038377>
