WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] Memory detection on a Supermicro P8SCi 4GB server

To: "Thomas Goirand (GPLHost)" <nospam.thomas@xxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] Memory detection on a Supermicro P8SCi 4GB server
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 20 Apr 2006 12:34:51 +0200
Delivery-date: Thu, 20 Apr 2006 03:40:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZkYJZ+c4BgQpgySqS2BOlgi5bclAABNbTQ
Thread-topic: [Xen-users] Memory detection on a Supermicro P8SCi 4GB server
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Thomas Goirand (GPLHost)
> Sent: 19 April 2006 05:26
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] Memory detection on a Supermicro P8SCi 4GB server
> 
> Hello,
> 
> I have a server in production using a Supermicro P8SCi board. 
> It has 4GB in, and the BIOS shows 4GB. Xen 2.0.7 sees only 
> 3GB, and I have 1GB that is lost. Has any of you had this 
> problem, and is there a way to resolve it? Does Xen 3.0.2 
> resolves that issue?
> 
>     Thomas Goirand, GPLHost LLC Manager

That's because Xen 2.0 doesn't support PAE - Page Address Extension. 4GB
of RAM doesn't actually fit in 4GB of address space, since the PCI
devices will need some address space too - and for those to work well
with 32-bit OS's, they need to be below 4GB. So what you get is that you
have some 3GB or so of RAM below 4GB, then PCI devices, and if your
chipset and OS supports this, you get whatever RAM is covered by the PCI
devices "shuffled" up above 4GB. The end result is that you need an OS
(and Hypervisor) that understands more than 4GB of memory space. This
means either PAE or 64-bit OS/Hypervisor. Note also that you need to
have same bitness for the hypervisor and the OS that runs on top of it,
so you'd need to upgrade the OS as well as the hypervisor to PAE if you
want 4GB of RAM to be visible. 

Xen 3.0 supports both PAE and 64-bit (to be very exact, 64-bit paging is
just another extension on top of PAE, so it's using the same mechanism
to address it's memory)

--
Mats


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>