From 37b75749f401c405717c5f358fa3f5bb89222433 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 3 Mar 2015 11:48:48 +0100 Subject: [PATCH] increase the memory for lxc VMs to 1Gb in particular we see the test myplc VMs struggle with GetBootMedium --- lbuild-initvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index e6aa67de..e541600a 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -24,7 +24,7 @@ export PATH=$PATH:/bin:/sbin DEFAULT_FCDISTRO=f20 DEFAULT_PLDISTRO=lxc DEFAULT_PERSONALITY=linux64 -DEFAULT_MEMORY=512 +DEFAULT_MEMORY=1024 ########## # constant -- 2.43.0