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-devel

Re: [Xen-devel] xl vs. xm: memory consumption

To: Christoph Egger <Christoph.Egger@xxxxxxx>
Subject: Re: [Xen-devel] xl vs. xm: memory consumption
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Tue, 9 Nov 2010 18:39:55 +0000
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 09 Nov 2010 10:42:19 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <201011051728.46229.Christoph.Egger@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <201011051728.46229.Christoph.Egger@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Fri, 5 Nov 2010, Christoph Egger wrote:
> 
> Hi!
> 
> Is it possible that xl needs more memory than xm?
> Does xl log somewhere how much memory is free and how much it does want?
> 
> xl create -c <guest.conf>
> Parsing config file <guest.conf>
> failed to free memory for the domain
> 
> xm create -c <guest.conf>
> [guest boot messages]
> 

That's because of freemem-slack: a basic amount of memory left free
on the system otherwise memory allocation for new VMs fails.
It is calculated using the amount of free memory at boot time, assuming
that dom0 was booted using all the memory in the system.
If you boot dom0 passing dom0_mem to xen, then you have to disable
autoballooning (autoballoon=0 in /etc/xen/xl.conf).
Given the other bug you reported on libxl__fill_dom0_memory_info, I
suspect that the freemem-slack value might be wrong on your system.
On the other hand if your configuration is correct, we might have to
lower the maximum value of freemem-slack that currently is 15% of the
total memory in the system.


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

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