Revert "Bump dom0-min-mem so that hopefully we OOM kill less."
authorEvan Broder <broder@mit.edu>
Sun, 21 Mar 2010 21:14:42 +0000 (17:14 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 21 Mar 2010 21:14:42 +0000 (17:14 -0400)
OOM conditions were more likely caused by the lack of swap.

This reverts commit r2994

svn path=/trunk/packages/invirt-xen-config/; revision=2995

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

index f1c59cb..796195d 100644 (file)
@@ -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 <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 400f3ea..90555e7 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 3072)/m or die;
+s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
 print;
 print;