aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorstekloff@dyn9047022152.beaverton.ibm.com <stekloff@dyn9047022152.beaverton.ibm.com>2006-04-19 22:58:24 +0100
committerstekloff@dyn9047022152.beaverton.ibm.com <stekloff@dyn9047022152.beaverton.ibm.com>2006-04-19 22:58:24 +0100
commit05a89012ebc0b4a69f3f0eba689a56eecf06ab53 (patch)
treed3bc8e2c44742efdcc1d6d0fd7dd17f1bc444a76 /tools/examples/xmexample.hvm
parentab6021d139d96bf387b6797ff88d1a3d4a248ad5 (diff)
downloadxen-05a89012ebc0b4a69f3f0eba689a56eecf06ab53.tar.gz
xen-05a89012ebc0b4a69f3f0eba689a56eecf06ab53.tar.bz2
xen-05a89012ebc0b4a69f3f0eba689a56eecf06ab53.zip
Add small memory warning message to domain configuration examples.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index d7576b67a0..2f136ae7ee 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -21,6 +21,10 @@ kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
# Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+# memory errors. The domain needs enough memory to boot kernel
+# and modules. Allocating less than 32MBs is not recommended.
memory = 128
# A name for your domain. All domains must have different names.