From: Evan Broder Date: Sun, 21 Mar 2010 19:23:56 +0000 (-0400) Subject: Bump dom0-min-mem so that hopefully we OOM kill less. X-Git-Tag: 0.0.31~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/9c6042b7733a64bc1440594f53ce6e52e01eac1e?ds=sidebyside Bump dom0-min-mem so that hopefully we OOM kill less. svn path=/trunk/packages/invirt-xen-config/; revision=2994 --- diff --git a/debian/changelog b/debian/changelog index 796195d..f1c59cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 90555e7..400f3ea 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 1536)/m or die; +s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 3072)/m or die; print;