From owner-freebsd-questions@FreeBSD.ORG Tue May 27 09:05:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4F91065671 for ; Tue, 27 May 2008 09:05:57 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 573D38FC1E for ; Tue, 27 May 2008 09:05:57 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 5F0ACFD06A for ; Tue, 27 May 2008 11:06:36 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 3B62AFD061 for ; Tue, 27 May 2008 11:06:36 +0200 (CEST) Message-ID: <483BCEF3.8090806@webrz.net> Date: Tue, 27 May 2008 11:05:55 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <009101c8bfb7$82d72f80$c154140a@colors.scs.co.jp> In-Reply-To: <009101c8bfb7$82d72f80$c154140a@colors.scs.co.jp> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: FreeBSD 7.0-RELEASE: specify maximum number of cores that kernel can recognize 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, 27 May 2008 09:05:57 -0000 Hattori, Shigehiro wrote: > I'd like to specify maximum # of cores that kernel can recognize. > Can I specify maximum # of cores using with parameter or something ? I came upon this URL: http://people.freebsd.org/~fsmp/SMP/getstarted.html Watch the # The number of CPUs on the motherboard, defaults to 2: options NCPU=2 expression Jos