HVM doesn't balloon and so it makes no sense to specify maxmem.
Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
tools/examples/xlexample.hvm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index 26ae1c2fb4..a6cafcbf9f 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -25,9 +25,9 @@ name = "example.hvm"
memory = 384
# Maximum memory (MB)
-# If this is greater than `memory' then the slack will start ballooned
-# (this assumes guest kernel support for ballooning)
-#maxmem = 512
+# Unlike PV or PVH, HVM cannot balloon memory and hence this should match
+# `memory' or simply be left unset.
+#maxmem =
# Number of VCPUS
vcpus = 3
--
2.30.2