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] HVM memory upper limit

To: "Marcos Paulo Serafim" <mpserafim@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] HVM memory upper limit
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 7 Dec 2006 10:43:30 +0100
Delivery-date: Thu, 07 Dec 2006 01:44:52 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45770B15.8010905@xxxxxxxxx>
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: AccZZElzT9PK5euMQsSNnXiMFbuBZQAf0XLw
Thread-topic: [Xen-users] HVM memory upper limit
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Marcos Paulo Serafim
> Sent: 06 December 2006 18:25
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] HVM memory upper limit
> 
> Hello,
> 
> I'm trying to create a HVM virtual machine (windows guest) with 3G of
> memory but this isn't working. Xen create the domain but 
> nothing happens
> (the OS don't start and the cpu time remains 0). Things start to work
> with 2000MB or below. Is there some kind of upper limit for 
> HVM virtual
> machines?

Is this 32-bit PAE or 64-bit guest? I believe a 64-bit guest would work, but 
32-bit guest would not, as the entire guest-memory is also mapped into QEMU, 
which fails to find a contiguous memory block of 3GB (as the overall limit of 
user-space memory is 3GB, and that space has already been fragmented by loading 
the qemu-dm executable as well as any other memory allocation happening before 
the mapping of the guest memory. 2GB may well work, but 3GB is definitely more 
than a 32-bit guest can handle). There was a patch to dynamically map memory, 
which was sent in the last couple of days - that will solve this problem, and 
you could, should you wish, give a 32-bit PAE guest 8GB of memory - at least if 
the patch "does what it says on the label". I haven't seen it go into the tree 
itself, so I guess it's not going to make 3.0.4, as it's been feature frozen. 

--
Mats 


> 
> I'm using a Dell PowerEdge 8250 machine with 16GB of memory.
> 
> Thanks in advance!
> 
> -- 
> Marcos Paulo Serafim
> Analista de Suporte Técnico / Support Analyst
> mpserafim (at) gmail (dot) com
> Orlandia/SP - Brazil
> MSN: mpserafim (at) gmail (dot) com; Linux User: #171191;
> FP: EB38 D704 A4FD 2677 A2B2 A052 F44E CAA5 45FB 1F42
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 
> 



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

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