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

Re: [xen-ia64-devel] dom0 memory not responding to changing dom0_mem

To: "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx>
Subject: Re: [xen-ia64-devel] dom0 memory not responding to changing dom0_mem
From: "David Brown" <dmlb2000@xxxxxxxxx>
Date: Sun, 17 Dec 2006 18:35:54 -0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 17 Dec 2006 18:35:38 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nr5rRtFhgc3lVKd6nkwSdNhlxFBtwtQElVgFXCE+/k6wbr++jYV2HSrszvZfylZkN45QiKy8/59hv7O9PRgJG8gEHX1PLXpPgp7JWehAHQwslG2SuWyjtMM2CAKAoJfy6M15WPIR9VNHxvRI5GdNhGH06tLHIcYqFTPdhc/l6W0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1BC7224C7091A7takebe_akio@xxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <9c21eeae0612151724t704748bey2be84f3fdef9d1d6@xxxxxxxxxxxxxx> <1BC7224C7091A7takebe_akio@xxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 12/17/06, Akio Takebe <takebe_akio@xxxxxxxxxxxxxx> wrote:
Hi, David

>My elilo.conf entry looks like this
>
>image=vmlinuz-2.6.16.33-xen0
>    label=2.6.16.33-xen0
>    vmm=xen-3.0-unstable.gz
>    initrd=initrd-2.6.16.33-xen0.img
>    read-only
>    append="sync_console dom0_mem=262144 root=/dev/sda2 3"
>
>I've tried changing dom0_mem to 256M, 128M and the dom0 system keeps
>coming up with 453M of memory.
We need to split options of xen and dom0 with "--".
So you should use like the following option.

append="sync_console dom0_mem=262144 -- root=/dev/sda2 3"

Thanks I'll try that tomorrow (when I get to work).

- David Brown

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