]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since it is not un-common for a process's resident set size (rss)
authorcsjp <csjp@FreeBSD.org>
Sun, 6 Feb 2005 16:34:49 +0000 (16:34 +0000)
committercsjp <csjp@FreeBSD.org>
Sun, 6 Feb 2005 16:34:49 +0000 (16:34 +0000)
commitba0f4166c6965d57d66bcef7a53014d7e2d63dcf
tree57828209fb141851d03cc98ddba1d0b5b7133a39
parent909fc0148b7b62924ba87aad958ecc8fc9324cf4
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
bin/ps/keyword.c