From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756689AbYGVVRB (ORCPT ); Tue, 22 Jul 2008 17:17:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756520AbYGVVOt (ORCPT ); Tue, 22 Jul 2008 17:14:49 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48540 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755793AbYGVVOr (ORCPT ); Tue, 22 Jul 2008 17:14:47 -0400 Date: Tue, 22 Jul 2008 17:14:41 -0400 From: Rik van Riel To: Justin Piszcz Cc: linux-kernel@vger.kernel.org, Alan Piszcz Subject: Re: 128 GiB memory question-- kernel only sees 64GiB? Message-ID: <20080722171441.6daee243@bree.surriel.com> In-Reply-To: References: <20080722104327.30cee9be@bree.surriel.com> Organization: Red Hat, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 22 Jul 2008 16:55:32 -0400 (EDT) Justin Piszcz wrote: > On Tue, 22 Jul 2008, Rik van Riel wrote: > > > On Tue, 22 Jul 2008 10:21:44 -0400 (EDT) > > Justin Piszcz wrote: > > > >> To be able to utilize 128 GiB of memory on a host, does one need to enable > >> NUMA support? Currently only 64 GiB is showing up. > > > > How much memory does the BIOS say the system has? > Asked them. > > > > > Can you get the e820 memory map (from early boot up) of the systems? > Probably can't get this. It looks roughly like this: BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) BIOS-e820: 0000000000100000 - 00000000bfb50000 (usable) BIOS-e820: 00000000bfb50000 - 00000000bfb66000 (reserved) BIOS-e820: 00000000bfb66000 - 00000000bfb85c00 (ACPI data) BIOS-e820: 00000000bfb85c00 - 00000000c0000000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000440000000 (usable) Getting this info will be very useful. -- All rights reversed.