From: Jes Sorensen <jes@sgi.com>
To: kvm-ia64@vger.kernel.org
Subject: Re: 16 vcpus, 200GB of memory boots!!!
Date: Wed, 15 Oct 2008 15:20:45 +0000 [thread overview]
Message-ID: <48F60A4D.20305@sgi.com> (raw)
In-Reply-To: <48F60227.6050906@sgi.com>
Zhang, Xiantao wrote:
>> I have located a 512 cpu / 1 TB system in-house that I might get my
>> hands on at some point to run tests on, but I need to work on the qemu
>> startup times first. It took well over 20 minutes for qemu to get
>> going before anything really happened.
> Hi, Jes
> How long does it cost from efi shell to Linux's login interface ? Currently, we allocates so large memory for guests, kvm has to pin the corresponding pages in p2m table other than allocate them on-demand, so it may cost long time to allocate every page from kernel, and fill them into p2m table. Once we support host-swapping later, the issue should disappear. But anyway, it can't lead into any performance issue after bootup. To support larger memory than 384G, we may allocate contiguous huge pages, such as 16M, 256M pages for guest, if so, it may save many p2m entries because one entry can stand for 16M or 256M, so larger memory gets supported finally.
> Xiantao
Hi Xiantao,
From EFI to Linux's login wasn't bad, I didn't notice it being much
slower than on real hardware. The big issue was from QEMU until EFI,
it took probably 20 minutes or more before I started getting any of
the debug information from the firmware image on the console :-( I think
what is happening right now is something in qemu being really slow.
It's end of day here for me, but I hope to look at it tomorrow.
Cheers,
Jes
next prev parent reply other threads:[~2008-10-15 15:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-15 14:45 16 vcpus, 200GB of memory boots!!! Jes Sorensen
2008-10-15 14:49 ` Laurent Vivier
2008-10-15 14:53 ` Jes Sorensen
2008-10-15 15:16 ` Zhang, Xiantao
2008-10-15 15:20 ` Jes Sorensen [this message]
2008-10-15 23:56 ` Zhang, Xiantao
2008-10-16 8:28 ` Jes Sorensen
2008-10-16 8:35 ` Zhang, Xiantao
2008-10-16 8:42 ` Zhang, Xiantao
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=48F60A4D.20305@sgi.com \
--to=jes@sgi.com \
--cc=kvm-ia64@vger.kernel.org \
/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.