From: xuehai zhang <hai@cs.uchicago.edu>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: problem to balloon memory beyond initial allocation
Date: Mon, 11 Jul 2005 11:19:57 -0500 [thread overview]
Message-ID: <42D29C2D.2060705@cs.uchicago.edu> (raw)
In-Reply-To: <a1ce686f79096f507f10d2a4a92e2a55@cl.cam.ac.uk>
Keir,
Thanks for your reply.
> On 10 Jul 2005, at 14:00, Xuehai Zhang wrote:
>
>> My above experiment is not very successful. I will appreciate if you can
>> point out what I did wrong. Thanks in advance!
>
>
> maxmem will default to initial allocation to the domain (128MB in this
> case). The 'mem=' parameter is parsed by the guest -- it does not inform
> Xen. To do that you would need to add 'maxmem=256' to your config file.
I tried to add "maxmem=256" to the domain's config file, but it is not very helpful. I still can not
use "xm balloon vm1 200" to increase the memory to 200MB after "vm1" is booted up.
> The lowmem/highmem balloon lines show how big the balloon is in terms of
> low memory (that is 1:1 mapped by the guest) and high memory (the area
> that needs to be kmapped by the kernel to access it). 'Hard limit' is
> the maximum reservation being enforced by Xen. In your case it is probed
> as 128MB, meaning that your 'xm maxmem' invocation had no effect. Sounds
> like it is broken. :-)
Thanks again.
Xuehai
prev parent reply other threads:[~2005-07-11 16:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-10 13:00 problem to balloon memory beyond initial allocation Xuehai Zhang
2005-07-10 17:20 ` Keir Fraser
2005-07-11 16:19 ` xuehai zhang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42D29C2D.2060705@cs.uchicago.edu \
--to=hai@cs.uchicago.edu \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.