ia64/xen-unstable
changeset 9788:bdcc838b9a72
Add small memory warning message to domain configuration examples.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
author | stekloff@dyn9047022152.beaverton.ibm.com |
---|---|
date | Wed Apr 19 22:58:24 2006 +0100 (2006-04-19) |
parents | addc26c4b4a6 |
children | 5454b6a7207a |
files | tools/examples/xmexample.hvm tools/examples/xmexample.nbd tools/examples/xmexample.vti tools/examples/xmexample1 tools/examples/xmexample2 tools/examples/xmexample3 |
line diff
1.1 --- a/tools/examples/xmexample.hvm Wed Apr 19 22:58:16 2006 +0100 1.2 +++ b/tools/examples/xmexample.hvm Wed Apr 19 22:58:24 2006 +0100 1.3 @@ -21,6 +21,10 @@ kernel = "/usr/lib/xen/boot/hvmloader" 1.4 builder='hvm' 1.5 1.6 # Initial memory allocation (in megabytes) for the new domain. 1.7 +# 1.8 +# WARNING: Creating a domain with insufficient memory may cause out of 1.9 +# memory errors. The domain needs enough memory to boot kernel 1.10 +# and modules. Allocating less than 32MBs is not recommended. 1.11 memory = 128 1.12 1.13 # A name for your domain. All domains must have different names.
2.1 --- a/tools/examples/xmexample.nbd Wed Apr 19 22:58:16 2006 +0100 2.2 +++ b/tools/examples/xmexample.nbd Wed Apr 19 22:58:24 2006 +0100 2.3 @@ -10,7 +10,12 @@ 2.4 2.5 kernel = "/boot/vmlinuz-2.6.13-15b-xen" 2.6 ramdisk = "/boot/initrd-2.6.13-15b-xen" 2.7 + 2.8 +# WARNING: Creating a domain with insufficient memory may cause out of 2.9 +# memory errors. The domain needs enough memory to boot kernel 2.10 +# and modules. Allocating less than 32MBs is not recommended. 2.11 memory = 128 2.12 + 2.13 name = "nbd4" 2.14 vif = [ '' ] 2.15 # Please change PORT
3.1 --- a/tools/examples/xmexample.vti Wed Apr 19 22:58:16 2006 +0100 3.2 +++ b/tools/examples/xmexample.vti Wed Apr 19 22:58:24 2006 +0100 3.3 @@ -18,6 +18,10 @@ kernel = "/boot/Flash.fd" 3.4 builder='hvm' 3.5 3.6 # Initial memory allocation (in megabytes) for the new domain. 3.7 +# 3.8 +# WARNING: Creating a domain with insufficient memory may cause out of 3.9 +# memory errors. The domain needs enough memory to boot kernel 3.10 +# and modules. Allocating less than 32MBs is not recommended. 3.11 memory = 256 3.12 3.13 # A name for your domain. All domains must have different names.
4.1 --- a/tools/examples/xmexample1 Wed Apr 19 22:58:16 2006 +0100 4.2 +++ b/tools/examples/xmexample1 Wed Apr 19 22:58:24 2006 +0100 4.3 @@ -17,6 +17,10 @@ kernel = "/boot/vmlinuz-2.6.10-xenU" 4.4 #builder='linux' 4.5 4.6 # Initial memory allocation (in megabytes) for the new domain. 4.7 +# 4.8 +# WARNING: Creating a domain with insufficient memory may cause out of 4.9 +# memory errors. The domain needs enough memory to boot kernel 4.10 +# and modules. Allocating less than 32MBs is not recommended. 4.11 memory = 64 4.12 4.13 # A name for your domain. All domains must have different names.
5.1 --- a/tools/examples/xmexample2 Wed Apr 19 22:58:16 2006 +0100 5.2 +++ b/tools/examples/xmexample2 Wed Apr 19 22:58:24 2006 +0100 5.3 @@ -45,6 +45,10 @@ kernel = "/boot/vmlinuz-2.6.10-xenU" 5.4 #builder='linux' 5.5 5.6 # Initial memory allocation (in megabytes) for the new domain. 5.7 +# 5.8 +# WARNING: Creating a domain with insufficient memory may cause out of 5.9 +# memory errors. The domain needs enough memory to boot kernel 5.10 +# and modules. Allocating less than 32MBs is not recommended. 5.11 memory = 64 5.12 5.13 # A name for the new domain. All domains have to have different names,
6.1 --- a/tools/examples/xmexample3 Wed Apr 19 22:58:16 2006 +0100 6.2 +++ b/tools/examples/xmexample3 Wed Apr 19 22:58:24 2006 +0100 6.3 @@ -45,6 +45,10 @@ kernel = "/path/to/domU/kernel" 6.4 #builder='linux' 6.5 6.6 # Initial memory allocation (in megabytes) for the new domain. 6.7 +# 6.8 +# WARNING: Creating a domain with insufficient memory may cause out of 6.9 +# memory errors. The domain needs enough memory to boot kernel 6.10 +# and modules. Allocating less than 32MBs is not recommended. 6.11 memory = 64 6.12 6.13 # A name for the new domain. All domains have to have different names,