Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 01:33:20 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12060 for review
Message-ID:  <200205290833.g4T8XKl51051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12060

Change 12060 by peter@peter_daintree on 2002/05/29 01:33:01

	Somehow, I do not think we are quite ready for processes that
	have terrabytes of VM yet.  I know we can *do* it, but it is not
	exactly usable.

Affected files ...

... //depot/projects/ia64/contrib/top/utils.c#4 edit

Differences ...

==== //depot/projects/ia64/contrib/top/utils.c#4 (text+ko) ====

@@ -464,11 +464,6 @@
 	{
 	    amt = (amt + 512) / 1024;
 	    tag = 'G';
-	    if (amt >= 10000)
-	    {
-		amt = (amt + 512) / 1024;
-		tag = 'T';
-	    }
 	}
     }
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205290833.g4T8XKl51051>