From owner-freebsd-questions@FreeBSD.ORG Tue Jul 1 05:50:06 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 1F1891065670 for ; Tue, 1 Jul 2008 05:50:06 +0000 (UTC) (envelope-from proace@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 671C18FC1F for ; Tue, 1 Jul 2008 05:50:05 +0000 (UTC) (envelope-from proace@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so836534ywe.13 for ; Mon, 30 Jun 2008 22:50:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=TCqAoiVtavtpMq0qPsqr3D8go4KL+ZKv1AyOanvRxX8=; b=HwCINux7T6zVxfiKP+FtiHLPeikcWG6pprP6GeSGXEKSiC7woTFPV11QH5hAzfGaKh y8jIAOMJ+PNiG6wZSd+eeAg00U6qs9PQ9NmSWGKdRiA+0RollmVkRdbp2IOXojKdxPF/ LKZxPp2QRlwD6zLumZ3PLy+ecCfd8JcrK+hLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=MowFCg+QlVxs7UvjS4bH/xBHwKFssVKOzTO33Lx7yLJvr9gofBKEyLfEUmReF5DLNa KVK2mVaxnopj0O/r6FHwZM7pkjjfmBsPtRR64lxrhXJq6Bkt1LTpnglxZ9lt5xMwRg9E /svhrmu1syFIiE3H1Igwkwl4W0DCx/MZkx11I= Received: by 10.150.153.3 with SMTP id a3mr9822557ybe.248.1214889941375; Mon, 30 Jun 2008 22:25:41 -0700 (PDT) Received: by 10.150.148.11 with HTTP; Mon, 30 Jun 2008 22:25:39 -0700 (PDT) Message-ID: <737a6d270806302225y4763ca70ge9dc5084847e05de@mail.gmail.com> Date: Tue, 1 Jul 2008 13:25:39 +0800 From: ProAce To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Is it reliable to increase the MAXCPU in param.h ? 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, 01 Jul 2008 05:50:06 -0000 Server: HP DL785G5 with 8 CPU ( 32 cores ) , 16G RAM OS: FreeBSD 7.0-amd64 Kernel 1: MAXCPU = 16 ( default ) Kernel 2: MAXCPU = 32 DL785G5 run with kernel 1 and kernel 2 both successfully, and the FreeBSD can detect the 16 CPUs and 32 CPUs normally ( using top -S command). If I use kernel 2 for postgresql 8.3, is it reliable and stable?