From owner-freebsd-current@FreeBSD.ORG Sun May 9 05:00:21 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 D1DB916A4CE; Sun, 9 May 2004 05:00:21 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02BC43D2D; Sun, 9 May 2004 05:00:18 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i49C0H4u007715; Sun, 9 May 2004 22:00:17 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i49C0EI2018262; Sun, 9 May 2004 22:00:16 +1000 Date: Sun, 9 May 2004 22:00:14 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Kris Kennaway In-Reply-To: <20040509105003.GA8822@xor.obsecurity.org> Message-ID: <20040509215758.Q8812@gamplex.bde.org> References: <200405090518.i495IUpL073464@green.homeunix.org> <20040509105003.GA8822@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Fundakowski Feldman cc: current@FreeBSD.org Subject: Re: 5.x w/auto-maxusers has insane kern.maxvnodes 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: Sun, 09 May 2004 12:00:21 -0000 On Sun, 9 May 2004, Kris Kennaway wrote: > On Sun, May 09, 2004 at 08:10:13PM +1000, Bruce Evans wrote: > > > 5.x has bloat everywhere? > > This seems like a good opportunity to point out the following: > > -rw-r--r-- 1 root portmgr 103526400 Apr 27 20:40 4/tarballs/bindist.tar > -rw-r--r-- 1 root portmgr 97413120 Apr 17 01:40 5/tarballs/bindist.tar > > That's the output of a default 'make installworld' on RELENG_4 and > HEAD. So not everything about 5.x is bloated :-) True; it has time bloat instead of space bloat from using a dynamic root :-). Bruce