From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 23:04:16 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 CBA3216A41F for ; Fri, 2 Dec 2005 23:04:16 +0000 (GMT) (envelope-from mike@bleeding-head.com) Received: from tracersinfo.com (rrcs-24-129-132-130.se.biz.rr.com [24.129.132.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 7984043D66 for ; Fri, 2 Dec 2005 23:04:12 +0000 (GMT) (envelope-from mike@bleeding-head.com) Received: (qmail 19296 invoked from network); 2 Dec 2005 22:57:27 -0000 Received: from unknown (HELO ?192.168.1.2?) (unknown) by unknown with SMTP; 2 Dec 2005 22:57:27 -0000 Message-ID: <4390D157.6080400@bleeding-head.com> Date: Fri, 02 Dec 2005 17:57:27 -0500 From: Mike Barnard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PAE not recognizing all RAM 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: Fri, 02 Dec 2005 23:04:16 -0000 Hi, all. I have a fairly beefy server (Dell PowerEdge 8450, 8-processor 700 Mhz Xeon, 32GB RAM) I'm testing with FreeBSD. I got a 6.0-RELEASE kernel compiled with both SMP and PAE (the only catch was that the hptmv driver breaks the compile with SMP, but that's OK as I don't need it), but for some reason the kernel is only seeing 3.5G of RAM or thereabouts, judging from what I see in dmesg anyway: CPU: Intel Pentium III Xeon (700.07-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6a1 Stepping = 1 Features=0x383fbff real memory = 3758096384 (3584 MB) avail memory = 3676594176 (3506 MB) FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs The memory line displayed in "top" reflects similar values. Is there some magic I need to do to make it see all the RAM?