From f44afe846b40a04eebdff987511ecf7b616b8d98 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 14 Nov 2008 01:20:02 -0500 Subject: [PATCH] Set the maximum memory to a really high number so we can bump it later svn path=/trunk/packages/invirt-xen-config/; revision=1635 --- debian/changelog | 6 ++++++ invirt-database | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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)) -- 1.7.9.5