X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Ftemplate-qemu%2Fqemu-start-node;h=bef38de8186b9816d9334de8d500159c6edac8b9;hb=HEAD;hp=6b2bbe5c1c228a78687c50f0fe79ad244600eeb2;hpb=30c4776975f3a1c92cfad9a217b2da8f342ab02f;p=tests.git diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node index 6b2bbe5..bef38de 100755 --- a/system/template-qemu/qemu-start-node +++ b/system/template-qemu/qemu-start-node @@ -14,8 +14,11 @@ COMMAND=$(basename $0) cd $(dirname $0) ########## globals -# 1 gigabyte ram -RAM=1024 +# use 2Gb to be safe now that we have a big infra +# 1Gb used to be anough up to f18 +# with f20 we went to 1.5 Gb +# with f21 1.5 Gb might be enough too, but we now have much more memory space so WTH +RAM=2048 DISK_SIZE=100G DISK_FORMAT=qcow2 DISK_IMAGE=hdd-${DISK_FORMAT}-${DISK_SIZE}.img