From: Evan Broder Date: Sun, 21 Mar 2010 21:14:42 +0000 (-0400) Subject: Revert "Bump dom0-min-mem so that hopefully we OOM kill less." X-Git-Tag: 0.0.31~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/d8ba70cac97fd449f217c37db54a730ae9546278 Revert "Bump dom0-min-mem so that hopefully we OOM kill less." OOM conditions were more likely caused by the lack of swap. This reverts commit r2994 svn path=/trunk/packages/invirt-xen-config/; revision=2995 --- diff --git a/debian/changelog b/debian/changelog index f1c59cb..796195d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -invirt-xen-config (0.0.30) unstable; urgency=low - - * Bump dom0-min-mem so that hopefully we OOM kill less. - - -- Evan Broder Sun, 21 Mar 2010 15:23:32 -0400 - invirt-xen-config (0.0.29) unstable; urgency=low * Merged in r2821,2824,2827 from hvirt branch. diff --git a/debian/transform_xend-config.sxp.invirt.mako b/debian/transform_xend-config.sxp.invirt.mako index 400f3ea..90555e7 100755 --- a/debian/transform_xend-config.sxp.invirt.mako +++ b/debian/transform_xend-config.sxp.invirt.mako @@ -19,5 +19,5 @@ EOF s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die; s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; -s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 3072)/m or die; +s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die; print;