svn path=/trunk/packages/invirt-xen-config/; revision=2994
+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.
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;