aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-02-20 18:56:57 +0000
committerOlaf Hering <olaf@aepfle.de>2012-02-20 18:56:57 +0000
commit5e877ea5c42cbdf46b6a160934728e336e715049 (patch)
tree09f3b097dac028675863c9ec6acd0e0e7a05574f /docs/man
parentc651b90018759a9ee7f1fd086407a093ad44cfae (diff)
downloadxen-5e877ea5c42cbdf46b6a160934728e336e715049.tar.gz
xen-5e877ea5c42cbdf46b6a160934728e336e715049.tar.bz2
xen-5e877ea5c42cbdf46b6a160934728e336e715049.zip
docs/man: correct autoballoon in xl.conf
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>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.conf.pod.54
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xl.conf.pod.5 b/docs/man/xl.conf.pod.5
index 85752fbf5b..8bd45ea573 100644
--- a/docs/man/xl.conf.pod.5
+++ b/docs/man/xl.conf.pod.5
@@ -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">