From: "Jan Beulich" <jbeulich@novell.com>
To: xen-devel@lists.xensource.com
Subject: balloon question
Date: Thu, 08 Jun 2006 15:51:59 +0200 [thread overview]
Message-ID: <4488479F.76E4.0078.0@novell.com> (raw)
Running with Xen option dom0_mem=6G and kernel option mem=8G, I would have expected that I would see the system with a
2G balloon right after boot. However, the balloon is empty. Briefly looking at this, it would seem to me that, with all
pages being reserved when the system starts and only the populated ones getting the reserved status cleared in
__free_pages_bootmem(), the condition to put pages into the balloon in balloon_init() is inverted.
Also, dying in xen_destroy_contiguous_region() (and similarly in the failure recovery code in
xen_create_contiguous_region()) if the space just unmapped can't be re-populated seems overly harsh (we're having a case
where this actually happens); wouldn't it make sense to make this fatal only when the page can't be replaced by a free
one (allocated inside the domain, with the page stolen for this then simply pushed into the balloon, similar to
balloon_alloc_empty_page_range() except without freeing the memory to Xen)?
Thanks for clarification,
Jan
next reply other threads:[~2006-06-08 13:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-08 13:51 Jan Beulich [this message]
2006-06-08 16:25 ` balloon question Keir Fraser
2006-06-09 7:00 ` Jan Beulich
2006-06-09 7:05 ` Keir Fraser
2006-06-09 9:52 ` Jan Beulich
2006-06-09 10:35 ` Keir Fraser
-- strict thread matches above, loose matches on Subject: below --
2016-04-28 6:58 Zhang, Chunyu
2016-04-28 9:07 ` George Dunlap
2016-04-28 10:10 ` Zhang, Chunyu
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=4488479F.76E4.0078.0@novell.com \
--to=jbeulich@novell.com \
--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.