Bump dom0-min-mem so that hopefully we OOM kill less.
authorEvan Broder <broder@mit.edu>
Sun, 21 Mar 2010 19:23:56 +0000 (15:23 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 21 Mar 2010 19:23:56 +0000 (15:23 -0400)
svn path=/trunk/packages/invirt-xen-config/; revision=2994

debian/changelog
debian/transform_xend-config.sxp.invirt.mako

index 796195d..f1c59cb 100644 (file)
@@ -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 <broder@mit.edu>  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.
 invirt-xen-config (0.0.29) unstable; urgency=low
 
   * Merged in r2821,2824,2827 from hvirt branch.
index 90555e7..400f3ea 100755 (executable)
@@ -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/^\#?\(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;
 print;