From bdd1feca0d91796d6ce1574fdb18ef53cf30a3b2 Mon Sep 17 00:00:00 2001 From: tamil Date: Tue, 12 Mar 2013 12:12:58 -0700 Subject: [PATCH] increasing the default memory of vm to 4 MB Signed-off-by: tamil --- teuthology/task/qemu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/qemu.py b/teuthology/task/qemu.py index 1de5beca22136..ed1649aa69cd4 100644 --- a/teuthology/task/qemu.py +++ b/teuthology/task/qemu.py @@ -13,7 +13,7 @@ log = logging.getLogger(__name__) DEFAULT_NUM_RBD = 1 DEFAULT_IMAGE_URL = 'http://ceph.com/qa/ubuntu-12.04.qcow2' -DEFAULT_MEM = 1024 # in megabytes +DEFAULT_MEM = 4096 # in megabytes @contextlib.contextmanager def create_dirs(ctx, config): -- 2.39.5