From: tamil Date: Tue, 12 Mar 2013 19:12:58 +0000 (-0700) Subject: increasing the default memory of vm to 4 MB X-Git-Tag: 1.1.0~2257 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bdd1feca0d91796d6ce1574fdb18ef53cf30a3b2;p=teuthology.git increasing the default memory of vm to 4 MB Signed-off-by: tamil --- diff --git a/teuthology/task/qemu.py b/teuthology/task/qemu.py index 1de5beca22..ed1649aa69 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):