increase memory of test qemu VMs to 2Gb
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 13:58:37 +0000 (14:58 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 13:58:37 +0000 (14:58 +0100)
system/template-qemu/qemu-start-node

index accfbd2..13f0983 100755 (executable)
@@ -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