From owner-freebsd-questions@FreeBSD.ORG Tue Jul 3 01:58:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD0C516A468 for ; Tue, 3 Jul 2007 01:58:18 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id 41CC913C458 for ; Tue, 3 Jul 2007 01:58:18 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l631w6Ug032410; Tue, 3 Jul 2007 03:58:07 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org, kramer@centtech.com Date: Tue, 3 Jul 2007 03:58:05 +0200 User-Agent: KMail/1.9.6 References: <46851860.1030401@centtech.com> <1183133636.1511.66.camel@localhost> <468534BF.2060004@centtech.com> In-Reply-To: <468534BF.2060004@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707030358.06347.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Tom Evans Subject: Re: 7-Current: turn off debugging (kqread?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2007 01:58:18 -0000 On Friday 29 June 2007, Kevin Kramer wrote: > yes. that is where I have started, but I cannot get buildkernel to build > with those commented out. the UPDATING file also lists heavy debugging > turned on in userland, which I can't track down to any config files. Add CFLAGS+= -DMALLOC_PRODUCTION to make.conf and rebuild world (or just libc). It boosted performance for my app (with a lot of embedded lua) by 20%. HTH, Pieter de Goeje