aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample2
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/xmexample2
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/xmexample2')
-rw-r--r--tools/examples/xmexample24
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2
index ff39c4e7d9..2dd75687b6 100644
--- a/tools/examples/xmexample2
+++ b/tools/examples/xmexample2
@@ -45,6 +45,10 @@ kernel = "/boot/vmlinuz-2.6.10-xenU"
#builder='linux'
# 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 = 64
# A name for the new domain. All domains have to have different names,