From: Adir Lev Date: Mon, 30 Jan 2017 14:27:30 +0000 (+0200) Subject: msg/async/rdma: reduce number of rdma rx/tx buffers X-Git-Tag: v12.0.0~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13190%2Fhead;p=ceph.git msg/async/rdma: reduce number of rdma rx/tx buffers issue: none Change-Id: Ied523fec3210af152508b102c48aff5633343ab4 Signed-off-by: Adir Lev --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index f2e820924f97..be67722ea02b 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -226,8 +226,8 @@ OPTION(ms_async_send_inline, OPT_BOOL, false) OPTION(ms_async_rdma_device_name, OPT_STR, "") OPTION(ms_async_rdma_enable_hugepage, OPT_BOOL, false) OPTION(ms_async_rdma_buffer_size, OPT_INT, 8192) -OPTION(ms_async_rdma_send_buffers, OPT_U32, 10240) -OPTION(ms_async_rdma_receive_buffers, OPT_U32, 10240) +OPTION(ms_async_rdma_send_buffers, OPT_U32, 1024) +OPTION(ms_async_rdma_receive_buffers, OPT_U32, 1024) OPTION(ms_async_rdma_port_num, OPT_U32, 1) OPTION(ms_async_rdma_polling_us, OPT_U32, 1000) OPTION(ms_async_rdma_local_gid, OPT_STR, "") // GID format: "fe80:0000:0000:0000:7efe:90ff:fe72:6efe", no zero folding