From: Yehuda Sadeh Date: Fri, 20 Jan 2017 20:03:54 +0000 (-0800) Subject: rgw: change default chunk size to 4MB X-Git-Tag: v12.0.1~490^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54ef04bc957a3fb034dce903d62a42d77950dd72;p=ceph.git rgw: change default chunk size to 4MB Fixes: http://tracker.ceph.com/issues/18621 Signed-off-by: Yehuda Sadeh --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 04338d2ce7ff..41cfa7dd4abc 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1365,7 +1365,7 @@ OPTION(rbd_mirror_image_state_check_interval, OPT_INT, 30) // interval to get im OPTION(nss_db_path, OPT_STR, "") // path to nss db -OPTION(rgw_max_chunk_size, OPT_INT, 512 * 1024) +OPTION(rgw_max_chunk_size, OPT_INT, 4 * 1024 * 1024) OPTION(rgw_max_put_size, OPT_U64, 5ULL*1024*1024*1024) /**