aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-04-04 17:21:12 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-04-08 17:05:46 +0100
commit0e6086a7de36e539d54eb82e61cf94e7f5363c02 (patch)
treed743adbe664687757d05e596bef8c18f78880a08 /docs/man
parent48f4af18b3e1e36bf0eda793455ecaea9a316c65 (diff)
downloadxen-0e6086a7de36e539d54eb82e61cf94e7f5363c02.tar.gz
xen-0e6086a7de36e539d54eb82e61cf94e7f5363c02.tar.bz2
xen-0e6086a7de36e539d54eb82e61cf94e7f5363c02.zip
xl: default autoballoon option to "auto"
In xl.conf, autoballoon="auto" will do the right thing for most people. Make it the default (instead of "on"). Signed-off-by: David Vrabel <david.vrabel@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.conf.pod.52
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/xl.conf.pod.5 b/docs/man/xl.conf.pod.5
index a4ce3e529d..aaf8da1598 100644
--- a/docs/man/xl.conf.pod.5
+++ b/docs/man/xl.conf.pod.5
@@ -60,7 +60,7 @@ You are strongly recommended to set this to C<"off"> (or C<"auto">) if
you use the C<dom0_mem> hypervisor command line to reduce the amount
of memory given to domain 0 by default.
-Default: C<"on">
+Default: C<"auto">
=item B<run_hotplug_scripts=BOOLEAN>