All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: Timo Benk <timo.benk@gmx.de>
Cc: Xen devel list <xen-devel@lists.xensource.com>
Subject: Re: Dynamic Memory Management and Migration (3.0.4-0)
Date: Wed, 31 Jan 2007 17:27:56 +0000	[thread overview]
Message-ID: <20070131172756.GB9956@redhat.com> (raw)
In-Reply-To: <45C0B5D5.5010103@gmx.de>

On Wed, Jan 31, 2007 at 04:29:25PM +0100, Timo Benk wrote:
> Hello,
> 
> i noticed the following Problem:
> 
> if i want to allow dynamic memory management of Linux-domains, i need to
> set the following kernel parameter. Otherwise it is not possible, to
> increase the memory of the domain above the initial assigned value:
> 
> extra = "mem=10240M"

That should not be neccessary. We fixed the Hypervisor to implement the
neccessary magic so that XenD can utilize the 'maxmem' parameter in
guest config files correctly So for example

  mem=500
  maxmem=800

Will make the guest VM boot up with 500 MB of initial RAM. It will also
tell it to allocate page tables entries big enough to address 800 MB of
RAM. So after boot up, you will be able to balloon the guest upto this
maxmimum of 800 MB simply using 'xm mem-set 800'.

Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 

  parent reply	other threads:[~2007-01-31 17:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-31 15:29 Dynamic Memory Management and Migration (3.0.4-0) Timo Benk
2007-01-31 15:59 ` Tim Wood
2007-01-31 16:11   ` Timo Benk
2007-01-31 16:20   ` Steven Hand
2007-01-31 17:27 ` Daniel P. Berrange [this message]
2007-01-31 22:58   ` Timo Benk
2007-02-01  9:40     ` Timo Benk
2007-02-09 18:29 ` Henning Sprang
2007-02-09 18:39   ` Ian Pratt
2007-02-09 19:16     ` Can Xen run 32, 32PAE and 64-bit fully virtualized domains run side-by-side? Liang Yang
2007-02-09 22:45     ` Dynamic Memory Management and Migration (3.0.4-0) Steven Hand

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=20070131172756.GB9956@redhat.com \
    --to=berrange@redhat.com \
    --cc=timo.benk@gmx.de \
    --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.