summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9c6042b)
OOM conditions were more likely caused by the lack of swap.
This reverts commit r2994
svn path=/trunk/packages/invirt-xen-config/; revision=2995
-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.
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;