]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commitdiff
xl.cfg: document the maxmem= option
authorOlaf Hering <olaf@aepfle.de>
Wed, 6 Jun 2012 12:53:59 +0000 (13:53 +0100)
committerOlaf Hering <olaf@aepfle.de>
Wed, 6 Jun 2012 12:53:59 +0000 (13:53 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
docs/man/xl.cfg.pod.5

index dbe3291197db3e14fb2c3017f8bfd2089c487ddb..cab7016772981975194613e92f7337d42a4a5521 100644 (file)
@@ -174,6 +174,16 @@ Honoured by the sedf scheduler.
 
 Start the guest with MBYTES megabytes of RAM.
 
+=item B<maxmem=MBYTES>
+
+Specifies the maximum amount of memory a guest can ever see.
+The value of B<maxmem=> must be equal or greater than B<memory=>.
+
+In combination with B<memory=> it will start the guest "pre-ballooned",
+if the values of B<memory=> and B<maxmem=> differ.
+A "pre-ballooned" HVM guest needs a balloon driver, without a balloon driver
+it will crash.
+
 =item B<on_poweroff="ACTION">
 
 Specifies what should be done with the domain if it shuts itself down.
@@ -971,10 +981,6 @@ XXX
 
 XXX
 
-=item B<maxmem=NUMBER>
-
-XXX
-
 =item B<nodes=XXX>
 
 XXX