]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
increasing the default memory of vm to 4 MB
authortamil <tamil.muthamizhan@inktank.com>
Tue, 12 Mar 2013 19:12:58 +0000 (12:12 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Tue, 12 Mar 2013 19:12:58 +0000 (12:12 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/qemu.py

index 1de5beca22136c54ad4f7a54be009241fe4e2184..ed1649aa69cd4b37194308e40cb4c961e9b80897 100644 (file)
@@ -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):