From owner-freebsd-hardware@FreeBSD.ORG Mon May 14 17:10:19 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD50F16A400 for ; Mon, 14 May 2007 17:10:19 +0000 (UTC) (envelope-from mex@active.sk) Received: from s1.active.sk (ns.active.sk [217.67.25.9]) by mx1.freebsd.org (Postfix) with ESMTP id 9944513C448 for ; Mon, 14 May 2007 17:10:19 +0000 (UTC) (envelope-from mex@active.sk) Received: from localhost (localhost.active.sk [127.0.0.1]) by s1.active.sk (Postfix) with ESMTP id 844D65C105 for ; Mon, 14 May 2007 18:51:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at active.sk Received: from s1.active.sk ([127.0.0.1]) by localhost (mail.active.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pzOa9BtYXoR4 for ; Mon, 14 May 2007 18:51:21 +0200 (CEST) Received: from mail.active.sk (unknown [127.0.0.1]) by s1.active.sk (Postfix) with ESMTP id 9B9785C102 for ; Mon, 14 May 2007 18:51:21 +0200 (CEST) Received: from prx.spordat.sk ([85.248.64.126]) (SquirrelMail authenticated user mex@active.sk) by mail.active.sk with HTTP; Mon, 14 May 2007 18:51:21 +0200 (CEST) Message-ID: <41936.85.248.64.126.1179161481.squirrel@mail.active.sk> In-Reply-To: <1179147921.8027.33.camel@bigapple.omnis.ch> References: <464854D1.7000704@lissyara.su> <1179147921.8027.33.camel@bigapple.omnis.ch> Date: Mon, 14 May 2007 18:51:21 +0200 (CEST) From: "MeX" To: freebsd-hardware@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD 6.2 on HP Proliant DL360G5 works correct. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mex@active.sk List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 17:10:20 -0000 On Pon, Máj 14, 2007 15:05, Olivier Mueller wrote: > On Mon, 2007-05-14 at 16:23 +0400, Alex Keda wrote: >> I install freebsd 6.2 on HP Proliant DL360G5 (2x4 core xeon) and find - >> it work correct. >> real memory = 3487924224 (3326 MB) >> avail memory = 3413168128 (3255 MB) > > "only" 3GB RAM for such a server? :-) If it's not the case, > I'd suggest to add PAE support, or to switch to an amd64 kernel... > > regards, > Olivier I can only recommend switch to amd64 kernel, PAE is IMHO only such kind of hack that is sometimes working. And also try to off HT (HyperThreading) in BIOS. There are some voices and also my own experience that FreeBSD SMP (5.x, 6.x) is working better without HT (HT should be off). Maybe you can find also some benchmarks that this can proof. Or try to do some your own real-application benchmark. Regards MeX