From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: PageReserved ? Date: Sun, 17 Jul 2005 04:40:15 -0500 Message-ID: <9cde8bff05071702403c9aadac@mail.gmail.com> References: <9cde8bff050715112618053d6e@mail.gmail.com> <9cde8bff050717003018101df2@mail.gmail.com> <68d0dfbc9997f39411120abbbb8f8c41@cl.cam.ac.uk> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <68d0dfbc9997f39411120abbbb8f8c41@cl.cam.ac.uk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 7/17/05, Keir Fraser wrote: >=20 > On 17 Jul 2005, at 08:30, aq wrote: >=20 > > extra =3D "mem=3D150" >=20 > Should be 150M. >=20 > You are currently specifying a limit of 150 bytes, which gets ignored > by the guest when it boots. Too bad that I still have problem. My domain file is configured with memory=3D32M, and maxmem=3D80M -- kernel =3D "/boot/vmlinuz-2.6-xenU" memory =3D 32 maxmem =3D 80 -- Then I tried extra mem: extra =3D "mem=3DxxxM" with xxx gets some value under 32M, domain boots fine, but then I always got "Low-mem balloon: 0 kB" With xxx > 32M, domain always failed to boot.=20 Any suggestion now? Thank you, aq