From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 17:59:06 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 726DD16A402 for ; Tue, 24 Apr 2007 17:59:06 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4B21B13C4B9 for ; Tue, 24 Apr 2007 17:59:06 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1177437538-340a002b0000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1177437538 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id 8ED2B194B; Tue, 24 Apr 2007 13:58:58 -0400 (EDT) Received: from dell390 ([70.83.204.175]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553; Tue, 24 Apr 2007 13:58:59 -0400 From: "Ian Lord" To: "'Don O'Neil'" , References: <01d301c78699$d6a36820$0300020a@mickey> X-ASG-Orig-Subj: RE: Memory >3.5GB not used? Date: Tue, 24 Apr 2007 13:57:41 -0400 Message-ID: <004401c7869a$0dc246f0$6400a8c0@msdi.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AceGmdZuanEBYiQbT/+mIhTpJmgLPQAAB+Sg In-Reply-To: <01d301c78699$d6a36820$0300020a@mickey> X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Cc: 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 17:59:06 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Don O'Neil Sent: 24 avril 2007 13:56 To: freebsd-questions@freebsd.org Subject: Memory >3.5GB not used? I just built a new server with an Athlon 64 x2, 4GB Ram and a Gigabyte/Nvidia motherboard. When I boot the system up it says on the console that 532888K will be ignored. Of course it isn't put in any of the log files. Dmesg shows this: real memory = 3724476416 (3551 MB) avail memory = 3649908736 (3480 MB) Any reason the extra 1/2 GB isn't showing up or usable? Is there something I need to specify in the kernel to get to the other 1/2 GB? What if I want to install more than 4GB? This mobo supports up to 16 GB... Do I need to go to the AMD64 platform to get >4GB? I'm running FreeBSD 6.1 i386 SMP kernel. ~~~~ Either use the amd64 version of freebsd or activate PAE in your kernel Regards