increase memory of test qemu VMs to 2Gb
[tests.git] / system / template-qemu / qemu-start-node
index 6b2bbe5..13f0983 100755 (executable)
@@ -14,8 +14,8 @@ COMMAND=$(basename $0)
 cd $(dirname $0)
 
 ########## globals
-# 1 gigabyte ram
-RAM=1024
+# 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