]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
docs/man: correct autoballoon in xl.conf
authorOlaf Hering <olaf@aepfle.de>
Mon, 20 Feb 2012 18:56:57 +0000 (18:56 +0000)
committerOlaf Hering <olaf@aepfle.de>
Mon, 20 Feb 2012 18:56:57 +0000 (18:56 +0000)
Correct wording and default value of autoballoon= in xl.conf(5)
to match code and supplied xl.conf.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.conf.pod.5

index 85752fbf5be79d533d2519f9c069b6ebf7855f9a..8bd45ea5737d59e8ec7d68a28c230e620753ee9f 100644 (file)
@@ -47,13 +47,13 @@ The semantics of each C<KEY> defines which form of C<VALUE> is required.
 
 =item B<autoballoon=BOOLEAN>
 
-If enabled then C<xl> will not attempt to reduce the amount of memory
+If disabled then C<xl> will not attempt to reduce the amount of memory
 assigned to domain 0 in order to create free memory when starting a
 new domain. You should set this if you use the C<dom0_mem> hypervisor
 command line to reduce the amount of memory given to domain 0 by
 default.
 
-Default: C<0>
+Default: C<1>
 
 =item B<lockfile="PATH">