From 79d46f72df828e160ed600f873141844c7199eb9 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 2 Mar 2015 14:58:37 +0100
Subject: [PATCH] increase memory of test qemu VMs to 2Gb

---
 system/template-qemu/qemu-start-node | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node
index accfbd2..13f0983 100755
--- a/system/template-qemu/qemu-start-node
+++ b/system/template-qemu/qemu-start-node
@@ -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
-- 
2.47.0