Date: Wed, 28 Jul 2004 09:32:52 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Aurelien Nephtali <aurelien.nephtali@wanadoo.fr> Cc: freebsd-current@freebsd.org Subject: Re: 'sort' tool is eating my system ressources Message-ID: <20040728083252.GA72137@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040728081719.GA17127@nebula.wanadoo.fr> References: <20040728081719.GA17127@nebula.wanadoo.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 28, 2004 at 10:17:19AM +0200, Aurelien Nephtali wrote: > Each time I launch a 'portupgrade -ak', it takes ~5min to start > upgrading, eats totally my RAM and ~130Mo of swap... > Doing a 'top' shows 5-6 occurences of 'sort', each one eating ~26Mo!! > I can remember that before the 'sort' import, everything was fine! > Somebody knows why ? or experienced that ? 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 --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBB2S0iD657aJF7eIRAtMkAJsFNjVjdxY6CY0W+f9Qlh9FjimflQCbBbo/ Bce9cOJYh2RIWWz48BPNRlI= =/5ui -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040728083252.GA72137>