summaryrefslogtreecommitdiff
path: root/xl-conf-disable-autoballoon.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-12 04:00:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-12 04:00:49 +0000
commitc22f60e6e55f1bf300dd76d2222a93911f3b2bb2 (patch)
treeef665e7018377f53612ac2751dcaea35a1c587b6 /xl-conf-disable-autoballoon.patch
parent39a4763249cd6289e5019acfe0c98dbb169f5f2e (diff)
automatic import of xenopeneuler22.03_LTS
Diffstat (limited to 'xl-conf-disable-autoballoon.patch')
-rw-r--r--xl-conf-disable-autoballoon.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/xl-conf-disable-autoballoon.patch b/xl-conf-disable-autoballoon.patch
new file mode 100644
index 0000000..150d988
--- /dev/null
+++ b/xl-conf-disable-autoballoon.patch
@@ -0,0 +1,11 @@
+--- xen-4.12.0-testing/tools/examples/xl.conf.orig 2019-03-11 06:17:17.586380817 -0600
++++ xen-4.12.0-testing/tools/examples/xl.conf 2019-03-11 06:17:31.314553910 -0600
+@@ -3,7 +3,7 @@
+ # Control whether dom0 is ballooned down when xen doesn't have enough
+ # free memory to create a domain. "auto" means only balloon if dom0
+ # starts with all the host's memory.
+-#autoballoon="auto"
++autoballoon="off"
+
+ # full path of the lockfile used by xl during domain creation
+ #lockfile="/var/lock/xl"