From: Thierry Parmentelat Date: Mon, 2 Mar 2015 13:58:37 +0000 (+0100) Subject: increase memory of test qemu VMs to 2Gb X-Git-Tag: tests-5.3-10~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=79d46f72df828e160ed600f873141844c7199eb9;p=tests.git increase memory of test qemu VMs to 2Gb --- diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node index accfbd2..13f0983 100755 --- a/system/template-qemu/qemu-start-node +++ b/system/template-qemu/qemu-start-node @@ -14,9 +14,8 @@ COMMAND=$(basename $0) cd $(dirname $0) ########## globals -# historically we used 1Gb nodes but with fedora20 bootcd with qemu this is not enough -# OTOH our test infra is old so 2Gb would be a lot -RAM=$((1024+512)) +# use 2Gb to be safe now that we have a big infra +RAM=2048 DISK_SIZE=100G DISK_FORMAT=qcow2 DISK_IMAGE=hdd-${DISK_FORMAT}-${DISK_SIZE}.img