From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 14:10:32 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 DCB9516A46E for ; Wed, 28 Sep 2005 14:10:31 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E19343D4C for ; Wed, 28 Sep 2005 14:10:31 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1400821wxc for ; Wed, 28 Sep 2005 07:10:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZlftteJ4p93m8DYUQg/D+tEXq/Soz05ccPJvy64GMqngn1Fp+3Ub4DEtX05In5uFo8uGlSfuC/uRaQAnxPL8Ur7mV+LNx+SIszrsrt/gCd8Q6VEsgoTlY+sdndR4IjRKyVHqxUNR5ctqWnH9nV5lAHxrhSlMJ7B3HgA7im0obbg= Received: by 10.70.110.20 with SMTP id i20mr3383068wxc; Wed, 28 Sep 2005 07:10:30 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Wed, 28 Sep 2005 07:10:30 -0700 (PDT) Message-ID: <35c231bf05092807105143e86e@mail.gmail.com> Date: Wed, 28 Sep 2005 07:10:30 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Nelis Lamprecht In-Reply-To: <7cbadc87050928020839d3dde8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7cbadc87050928020839d3dde8@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Intel 2U server 4GB RAM showing only 3GB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Kirchner List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:10:32 -0000 On 9/28/05, Nelis Lamprecht wrote: > Hi, > > I have a new dual Xeon Intel 2U server which I'm configuring with > FreeBSD 5.4 and I can't get it to see more than 3GB RAM. If I try use > the MAXMEM=3D(4096*1024) option it fails to boot up and just resets > itself. Do I need to use the PAE option ? ..I wouldn't think so as > this is meant for >4GB. Yeah, you'll need to use PAE. Some BIOS apparently remap the top few hundred megabytes (I've seen it use up to 768MB or so) for PCI (-X, -Express?) devices. FreeBSD 5.4-RELEASE, unpatched, has a bug that causes kernel panics when you use PAE and memory above the 4GB barrier is accessed. The bug is fixed in 5.4-STABLE, as of a while ago. I'm not sure if it made it back in to any of the 5.4-RELEASE-p?? patches.