From owner-freebsd-questions@FreeBSD.ORG Fri Feb 23 12:52:16 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 67B3416A418 for ; Fri, 23 Feb 2007 12:52:16 +0000 (UTC) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id B519413C48E for ; Fri, 23 Feb 2007 12:52:13 +0000 (UTC) (envelope-from mayday@gmx.net) Received: (qmail 31412 invoked by uid 0); 23 Feb 2007 12:25:32 -0000 Received: from 134.2.188.3 by www093.gmx.net with HTTP; Fri, 23 Feb 2007 13:25:32 +0100 (CET) Content-Type: text/plain; charset="us-ascii" Date: Fri, 23 Feb 2007 13:25:32 +0100 From: "Benjamin Sobotta" In-Reply-To: <855.35874.qm@web35213.mail.mud.yahoo.com> Message-ID: <20070223122532.236240@gmx.net> MIME-Version: 1.0 References: <855.35874.qm@web35213.mail.mud.yahoo.com> To: Stephen Liu , freebsd-questions@freebsd.org X-Authenticated: #431110 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX19aSkV7S6NavvBB47mgt7WcAbdql8qUts4DXFwNEF BPi34YmD10wa/a6iD1LQmCHY0= Content-Transfer-Encoding: 7bit Cc: Subject: Re: dualcore performance-smp technology 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: Fri, 23 Feb 2007 12:52:16 -0000 > Hi folks, > > FreeBSD-6.2-amd64 > > Pls advice how to make FreeBSD fully utinize the benefit of dualcore. > In Linux I recompiled a smp-kernel then it used dualcore performance. > TIA > > > B.R. > Stephen Liu > Hi! I suggest you have a look at the output of "dmesg". More often than not, SMP functionality is already enabled. Another way to figure out how many processors are active, check "sysctl hw.ncpu". If the output of the latter is one, you make a new kernel in FreeBSD as well. There should be a configuration called "SMP" already available. Consult the manual to see how compiling a kernel is done in detail. Cheers, Benjamin