WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Add small memory warning message to domain configuration

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Add small memory warning message to domain configuration examples.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Apr 2006 16:42:13 +0000
Delivery-date: Fri, 21 Apr 2006 09:46:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Add small memory warning message to domain configuration examples., Xen patchbot -unstable <=