From owner-freebsd-current@FreeBSD.ORG Mon Jul 12 16:49:30 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 B436D16A4CE for ; Mon, 12 Jul 2004 16:49:30 +0000 (GMT) Received: from av9-1-sn4.m-sp.skanova.net (av9-1-sn4.m-sp.skanova.net [81.228.10.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7638643D2D for ; Mon, 12 Jul 2004 16:49:30 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av9-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id A96B537E53; Mon, 12 Jul 2004 18:49:29 +0200 (CEST) Received: from smtp2-2-sn4.m-sp.skanova.net (smtp2-2-sn4.m-sp.skanova.net [81.228.10.182]) by av9-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 995D537E42 for ; Mon, 12 Jul 2004 18:49:29 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp2-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 62E0537E47 for ; Mon, 12 Jul 2004 18:49:29 +0200 (CEST) From: "Daniel Eriksson" To: Date: Mon, 12 Jul 2004 18:49:45 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: RE: Optimizing Current 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: Mon, 12 Jul 2004 16:49:30 -0000 Bruce Cran wrote: > I think it's probably more about turning off malloc debugging > and using > a non-debug kernel. To turn off malloc debugging, create a symlink > /etc/malloc.conf -> aj. It's a broken link of course, but > it works - > see malloc(3) for more information. Is A and J turned on by default in CURRENT? I was under the impression they were turned off by default if no symlink was present. Right or wrong? /Daniel Eriksson