From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 19:54:03 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 70FCA16A401 for ; Tue, 24 Apr 2007 19:54:03 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [204.127.225.94]) by mx1.freebsd.org (Postfix) with ESMTP id 47DA813C44C for ; Tue, 24 Apr 2007 19:54:03 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from localhost.localdomain (c-71-63-141-31.hsd1.mn.comcast.net[71.63.141.31]) by comcast.net (alnrmhc14) with ESMTP id <20070424194357b14008bsu0e>; Tue, 24 Apr 2007 19:43:57 +0000 Received: from [127.0.0.1] (unknown [192.168.1.254]) by localhost.localdomain (Postfix) with ESMTP id F27B42384; Tue, 24 Apr 2007 14:43:56 -0500 (CDT) Message-ID: <462E5DF5.1060708@veldy.net> Date: Tue, 24 Apr 2007 14:43:49 -0500 From: "Thomas T. Veldhouse" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Jonathan Horne References: <01d301c78699$d6a36820$0300020a@mickey> <20070424140528.95287ff4.wmoran@potentialtech.com> <2271.192.168.125.134.1177438307.squirrel@webmail.dfwlp.org> In-Reply-To: <2271.192.168.125.134.1177438307.squirrel@webmail.dfwlp.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Memory >3.5GB not used? 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, 24 Apr 2007 19:54:03 -0000 Jonathan Horne wrote: > i have a system with 4GB memory, doing the same similar behavior. but, on top > of not using the last few hundred megs of ram, even the POST shows like 3.6 or > 3.7GB of ram. is PAE still a solution for my case? > > [jhorne@canopus ~]$ dmesg | grep memory > real memory = 3958833152 (3775 MB) > avail memory = 3875762176 (3696 MB) > My motherboard has a BIOS option as to how the memory is to be used. If it is remapped, then you can see 3.2GB from a 32-bit OS (like Windows XP or Vista x86). If I turn remapping off, then only 3.0GB will show in such a 32-bit OS. However, a 64-bit OS can see all the memory and use it accordingly. Check your BIOS. Tom Veldhouse