Set the maximum memory to a really high number so we can bump it later
authorEvan Broder <broder@mit.edu>
Fri, 14 Nov 2008 06:20:02 +0000 (01:20 -0500)
committerEvan Broder <broder@mit.edu>
Fri, 14 Nov 2008 06:20:02 +0000 (01:20 -0500)
svn path=/trunk/packages/invirt-xen-config/; revision=1635

debian/changelog
invirt-database

index e7906b9..6839ff6 100644 (file)
@@ -1,3 +1,9 @@
+invirt-xen-config (0.0.15) unstable; urgency=low
+
+  * Set the max memory to a really high number so we can bump it for users
+
+ -- Evan Broder <broder@mit.edu>  Thu, 13 Nov 2008 23:23:24 -0500
+
 invirt-xen-config (0.0.14) unstable; urgency=low
 
   * Throw away any output from LVM commands while starting sysvms
index 4f793ed..f04f971 100644 (file)
@@ -25,7 +25,7 @@ if 'cdrom_image' in locals():
     check(cdrom is not None)
 
 memory = machine.memory
-maxmem = memory
+maxmem = '2048'
 check(re.match('^[A-Za-z0-9][A-Za-z0-9._-]*$', machine.name))
 name = prefix + machine.name
 check(re.match('^[0-9a-f-]+$', machine.uuid))