|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [xen-ia64-devel] dom0 memory not responding to changing dom0_mem
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
|
|
|
|
|