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] dom0_mem still needed?

To: "'Jonathan Anderson'" <jonathan.b.andersonr@xxxxxxxxx>
Subject: RE: [Xen-users] dom0_mem still needed?
From: "Dustin Henning" <Dustin.Henning@xxxxxxxxxxx>
Date: Mon, 4 May 2009 08:45:02 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 May 2009 05:45:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0905021917q26d81d13x8098e82b0143bd5f@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: PRD, Inc.
References: <80520740905021254p5897310cof87599d7f672b432@xxxxxxxxxxxxxx> <7207d96f0905021917q26d81d13x8098e82b0143bd5f@xxxxxxxxxxxxxx>
Reply-to: Dustin.Henning@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcnLlWYVIUDb/RFzT4ut1xdwUXPEIgBIFtzw
        Unless there is a chance that you will want to balloon up Dom0
memory, I believe the entry in /etc/xen/xend-config.sxp should actually be
as follows to completely disable ballooning:

(dom0-min-mem 0)

Dustin

-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fajar A. Nugraha
Sent: Saturday, May 02, 2009 22:17
To: Jonathan Anderson
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] dom0_mem still needed?

On Sun, May 3, 2009 at 2:54 AM, Jonathan Anderson
<jonathan.b.andersonr@xxxxxxxxx> wrote:
> Hello,
> I was running Xen 3.0.3-1 from Debian Etch before and needed the dom0_mem=
> parameter to get my systems to boot.
> I have a new system running Lenny and Xen 3.2-1.  I didn't specify the
> dom0_mem= parameter in my grub config.
> Did I just get lucky with it booting, or is this likely to cause me
problems
> down the line?

It's not mandatory to have that parameter, but it's considered best
practice. When ommitted, dom0 will use all available memory and
ballon-down as needed when domUs are started. Depending on what you
have running on dom0, ballooning down MIGHT cause a problem.

So if you know (for example) that you have 4G memory, 512M will be
allocated to dom0 while the reset will be used for domUs, you should
set something like

kernel /xen.gz-3.3.1 dom0_mem=512M

on grub.conf, and have this entry on /etc/xen/xend-config.sxp

(dom0-min-mem 512)

These will effectively prevents dom0 from ballooning down memory.

Regards,

Fajar

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