From owner-p4-projects Wed May 29 1:33:25 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A42037B407; Wed, 29 May 2002 01:33:21 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA14C37B406 for ; Wed, 29 May 2002 01:33:20 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T8XKl51051 for perforce@freebsd.org; Wed, 29 May 2002 01:33:20 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Wed, 29 May 2002 01:33:20 -0700 (PDT) Message-Id: <200205290833.g4T8XKl51051@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 12060 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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