X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Ftemplate-qemu%2Fqemu-start-node;h=accfbd20e7508f6df16ccc9b402e6ac4a9d43a76;hb=ab7fd2c1e499f2141887b0b4c7234a729d19633b;hp=4ea11a33c44fdd99bcb0a50aaab751d864e70b1f;hpb=1fbb0114ee234696f2ed46da49ecab66e27326b2;p=tests.git diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node index 4ea11a3..accfbd2 100755 --- a/system/template-qemu/qemu-start-node +++ b/system/template-qemu/qemu-start-node @@ -14,9 +14,10 @@ COMMAND=$(basename $0) cd $(dirname $0) ########## globals -# 1 gigabyte ram -RAM=1024 -DISK_SIZE=18G +# 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