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] RE: Ballooning up

To: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
Subject: Re: [Xen-devel] RE: Ballooning up
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Tue, 14 Sep 2010 15:05:01 -0700
Cc: Konrad Wilk <konrad.wilk@xxxxxxxxxx>, Xen-devel@xxxxxxxxxxxxxxxxxxx, Daniel Kiper <dkiper@xxxxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Delivery-date: Tue, 14 Sep 2010 15:06:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <2588d06f-8b7f-4cde-9a44-90906c66315f@default>
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: <4C85F973.2030007@xxxxxxxx> <54eebb3a-f539-43be-8134-a969a4f671c4@default 4C8EAB0E.7040407@xxxxxxxx> <fff92a90-1f09-4509-9227-4060cc660fd1@default 4C8EC5CF.6000808@xxxxxxxx> <2588d06f-8b7f-4cde-9a44-90906c66315f@default>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2
 On 09/14/2010 08:06 AM, Dan Magenheimer wrote:
>> true, if you don't intend to balloon up, there's no point wasting
>> memory on unused page structures.
> I think this is the key.  If dom0_mem is NOT specified, dom0
> launches with (essentially) all the physical memory of the
> machine, page tables are allocated in dom0 to map all of physical
> memory, and auto-ballooning is necessary to launch guests.
>
> If dom0_mem IS specified, it is often a much smaller number
> than size of physical memory; why waste ~1.5% of physical memory
> on page structures that will never be used?
>
> If someone wants to add an option to augment dom0_mem to allow
> memory-up-ballooning of dom0 above dom0_mem (and can justify
> a reason why some user might ever use this functionality),
> that's fine.  But let's not change the definition of the
> dom0_mem option just because a bug fix happens to make it
> possible.

Technically (pedantically), the meaning of dom0_mem is unchanged - it
sets the initial number of pages given to the domain, and is
functionally identical to the normal "memory" parameter in a domU config
file.  The difference is that we're now paying attention to the E820
map, which is set by maxmem= in domU, but is the hardware/BIOS one in dom0.

I'm not sure what I'm doing that's different to the xenolinux kernels; I
guess they hack up the whole memory init path more aggressively.  But
the pvops behaviour is more or less the straightforward outcome of
looking at the Xen-provided E820 and reserving the gaps between the
actual page count and the memory described therein.

    J

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

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