[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Add small memory warning message to domain configuration examples.
# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID bdcc838b9a722b021dc743c1d00e1bbad4a66a97 # Parent addc26c4b4a6b15e4532afab42bd9ee4df46e671 Add small memory warning message to domain configuration examples. Signed-off-by: Daniel Stekloff <dsteklof@xxxxxxxxxx> diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample.hvm --- a/tools/examples/xmexample.hvm Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample.hvm Wed Apr 19 22:58:24 2006 +0100 @@ -21,6 +21,10 @@ builder='hvm' 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. diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample.nbd --- a/tools/examples/xmexample.nbd Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample.nbd Wed Apr 19 22:58:24 2006 +0100 @@ -10,7 +10,12 @@ kernel = "/boot/vmlinuz-2.6.13-15b-xen" ramdisk = "/boot/initrd-2.6.13-15b-xen" + +# 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 + name = "nbd4" vif = [ '' ] # Please change PORT diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample.vti --- a/tools/examples/xmexample.vti Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample.vti Wed Apr 19 22:58:24 2006 +0100 @@ -18,6 +18,10 @@ builder='hvm' 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 = 256 # A name for your domain. All domains must have different names. diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample1 --- a/tools/examples/xmexample1 Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample1 Wed Apr 19 22:58:24 2006 +0100 @@ -17,6 +17,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 your domain. All domains must have different names. diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample2 --- a/tools/examples/xmexample2 Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample2 Wed Apr 19 22:58:24 2006 +0100 @@ -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, diff -r addc26c4b4a6 -r bdcc838b9a72 tools/examples/xmexample3 --- a/tools/examples/xmexample3 Wed Apr 19 22:58:16 2006 +0100 +++ b/tools/examples/xmexample3 Wed Apr 19 22:58:24 2006 +0100 @@ -45,6 +45,10 @@ kernel = "/path/to/domU/kernel" #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, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |