From: Evan Broder Date: Fri, 14 Nov 2008 06:20:02 +0000 (-0500) Subject: Set the maximum memory to a really high number so we can bump it later X-Git-Tag: 0.0.15~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/f44afe846b40a04eebdff987511ecf7b616b8d98 Set the maximum memory to a really high number so we can bump it later svn path=/trunk/packages/invirt-xen-config/; revision=1635 --- diff --git a/debian/changelog b/debian/changelog index e7906b9..6839ff6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/invirt-database b/invirt-database index 4f793ed..f04f971 100644 --- a/invirt-database +++ b/invirt-database @@ -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))