From owner-freebsd-current@FreeBSD.ORG Wed Jul 28 09:26:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2740A16A4CE for ; Wed, 28 Jul 2004 09:26:11 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC96143D60 for ; Wed, 28 Jul 2004 09:26:10 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so127155rnl for ; Wed, 28 Jul 2004 02:26:09 -0700 (PDT) Received: by 10.38.165.34 with SMTP id n34mr94366rne; Wed, 28 Jul 2004 02:26:08 -0700 (PDT) Message-ID: Date: Wed, 28 Jul 2004 17:26:08 +0800 From: Jiawei Ye To: Matthew Seaman In-Reply-To: <20040728083252.GA72137@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040728081719.GA17127@nebula.wanadoo.fr> <20040728083252.GA72137@happy-idiot-talk.infracaninophile.co.uk> cc: freebsd-current@freebsd.org cc: Aurelien Nephtali Subject: Re: 'sort' tool is eating my system ressources X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 09:26:11 -0000 On Wed, 28 Jul 2004 09:32:52 +0100, Matthew Seaman wrote: > Sounds like portupgrade is building an INDEX file. You'll see a > message about running 'portsdb -Uu' if it is. What you've seen is > pretty much the expected impact I'd expect from doing that. > > You should be able to download a recently build INDEX file by running > > # make fetchindex > > before starting your portupgrade -- it's about 6Mb. After doing that > portupgrade will only need to run 'portsdb -u' which is a lot lighter > weight. > > Although if your system can build the INDEX file in 5 minutes, you > might as well let it do that. Takes more like 20 minutes on my > machine. > > Cheers, > > Matthew I recommend highly sysutils/portindex, which does incremental builds and takes very little time to build new INDEX, INDEX-5. Jiawei Ye