Displaying 1 result from an estimated 1 matches for "b3db5db".
2013 Apr 04
3
[PATCH] xl: extend autoballoon xl.conf option with an "auto" option
...uot;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">
=item B<run_hotplug_scripts=BOOLEAN>
diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf
index 28ab796..b3db5db 100644
--- a/tools/examples/xl.conf
+++ b/tools/examples/xl.conf
@@ -2,7 +2,7 @@
# automatically balloon down dom0 when xen doesn''t have enough free
# memory to create a domain
-#autoballoon=1
+#autoballoon="auto"
# full path of the lockfile used by xl during domain creati...