From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] RAM overcomittment
Date: Wed, 27 Sep 2006 22:41:59 +0100 [thread overview]
Message-ID: <200609272242.00637.paul@codesourcery.com> (raw)
In-Reply-To: <1ACF2542-5DEE-49B5-8177-5B958911B0F6@gmail.com>
On Wednesday 27 September 2006 22:31, The MoonSeeker wrote:
> Hello,
>
> I'd like to know if qemu have a tool that let a VM to use more RAM
> than it have (when initialised).
>
> Another question is : Can we run run many VM using more RAM than the
> RAM installed (on the workstation)? For example I'd like to create 5
> VM's who have 256MB (can use 256MB but only for a slice of time) but
> normally one VM use only 50MB. On the workstation I have only 512MB
> RAM. Is it possible to create these VM's or have we to have 5 X 256
> RAM + HOST RAM = 1.5 GB installed on the workstation?
>
> I think we can save ressource by using RAM overcomittment. What do
> you think? Is this implemented on qemu? Or will be implemented?
qemu is just like any other application. It is only limited by how much
virtual memory your OS can provide. ie. if you have sufficient swap you can
have as many qemu instances using as much memory as you want.
qemu is currently limits each guest to 2Gb ram. This is independent of how
much physical memory the host has.
Note that modern OS (everything except DOS) generally use all available ram.
Telling qemu to use more memory than you have physical ram is liable to cause
heavy swapping.
Paul
next prev parent reply other threads:[~2006-09-27 21:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-27 21:31 [Qemu-devel] RAM overcomittment The MoonSeeker
2006-09-27 21:41 ` Paul Brook [this message]
2006-09-27 21:59 ` The MoonSeeker
2006-09-27 22:19 ` Paul Brook
2006-09-27 22:53 ` The MoonSeeker
2006-09-27 22:58 ` Paul Brook
2006-09-27 23:12 ` [Qemu-devel] PowerPC Decrementer Clock Rate Ely Soto
2006-09-27 22:36 ` [Qemu-devel] RAM overcomittment andrzej zaborowski
2006-09-28 14:45 ` James Oakley
2006-09-28 22:29 ` Bill C. Riemers
2006-09-27 21:57 ` James Olsen
2006-09-27 22:16 ` The MoonSeeker
2006-09-27 22:21 ` Paul Brook
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=200609272242.00637.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).