From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 17:37:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B3A16A41F for ; Sat, 29 Oct 2005 17:37:01 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from postmaster.etv.net (postmaster.etv.net [208.14.190.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91FF43D48 for ; Sat, 29 Oct 2005 17:37:00 +0000 (GMT) (envelope-from efinleywork@efinley.com) Received: from work.efinley.com ([205.161.203.55] helo=elliotdevelop) by postmaster.etv.net with smtp (Exim 4.54 (FreeBSD)) id 1EVudX-0004Nr-Pm for freebsd-questions@freebsd.org; Sat, 29 Oct 2005 11:36:59 -0600 Message-ID: <004a01c5dcaf$5d9e9a70$37cba1cd@emerytelcom.com> From: "Elliot Finley" To: Date: Sat, 29 Oct 2005 11:36:59 -0600 Organization: Emery Telcom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: kernel debug options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Elliot Finley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 17:37:01 -0000 does having: options KDB options DDB makeoptions DEBUG=-g in the kernel make it slower? Or does it just make it take more memory? TIA Elliot