From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 11:06:45 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 9CF8C16A4CF for ; Thu, 29 Jan 2004 11:06:45 -0800 (PST) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id AA13343D46 for ; Thu, 29 Jan 2004 11:06:41 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 69668 invoked from network); 29 Jan 2004 19:06:39 -0000 Received: from vincent.piwebs.com (192.168.0.97) by winston.piwebs.com with SMTP; 29 Jan 2004 19:06:39 -0000 From: Arjan van Leeuwen To: "Daniel O'Connor" Date: Thu, 29 Jan 2004 20:06:39 +0100 User-Agent: KMail/1.5.94 References: <40171BF2.8090903@slavepix.com> <200401281757.40282.avleeuwen@piwebs.com> <200401291124.14481.doconnor@gsoft.com.au> In-Reply-To: <200401291124.14481.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401292006.39942.avleeuwen@piwebs.com> cc: freebsd-current@freebsd.org cc: slave-mike Subject: Re: 5.x SLOW - How do I speed it up? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: avleeuwen@piwebs.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 19:06:45 -0000 On Thursday 29 January 2004 01:54, Daniel O'Connor wrote: > On Thursday 29 January 2004 03:27, Arjan van Leeuwen wrote: > > On Wednesday 28 January 2004 03:18, slave-mike wrote: > > > What are all the options one needs to change before doing a > > > buildworld/installworld > > > to make sure all the debugging features are off? > > > > - remove the kernel debugging options, as it says > > - turn off malloc debugging, e.g. > > ln -s aj /etc/malloc.conf > > The malloc man page doesn't actually document what the defaults are :( It's in /usr/src/UPDATING though ;). See the 20000709 entry: phk made the malloc default options AJ. This may slow things down and uncover other latent bugs in the code. If you need to run at full speed, you can disable this by doing the following: ln -s aj /etc/malloc.conf Arjan