RAM for test nodes = 1.5 Gb
[tests.git] / system / template-qemu / qemu-start-node
index 7198b03..accfbd2 100755 (executable)
@@ -14,8 +14,9 @@ COMMAND=$(basename $0)
 cd $(dirname $0)
 
 ########## globals
-# 2 gigabytes ram
-RAM=2048
+# 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))
 DISK_SIZE=100G
 DISK_FORMAT=qcow2
 DISK_IMAGE=hdd-${DISK_FORMAT}-${DISK_SIZE}.img