From ffa2c00976d4530db249a0e7281f2c3884963177 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 11:25:10 -0500 Subject: [PATCH] Makefile: Turn 'autoballon' feature off. We do not want to use it as we are running of an ramdisk. Anytime we shrink - we might have less space to run applications and can risk the danger of OOM. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/root_image/Makefile b/root_image/Makefile index bac656b..5f4bdaa 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -921,6 +921,7 @@ endif sed -i 's/\(^[[:blank:]]*(xend-relocation-hosts-allow.*\)/# \1/' userspace/etc/xen/xend-config.sxp; \ echo "(xend-relocation-hosts-allow '')" >> userspace/etc/xen/xend-config.sxp; \ fi + echo "autoballoon=0" >> userspace/etc/xen/xl.conf mkdir -p userspace/usr/lib64/sasl2 .PHONY: nfs-install -- 2.39.5