From: Vu Pham Date: Wed, 15 Jul 2015 23:49:29 +0000 (-0700) Subject: xio: reduce the default depth of accelio msg queue X-Git-Tag: v9.1.0~482^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=09ab8143b0cc0d1dbb037e3ea78cd29364a76c4d;p=ceph.git xio: reduce the default depth of accelio msg queue Signed-off-by: Vu Pham --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 0b2b94beee2..50f8a4a92d6 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -68,7 +68,7 @@ OPTION(enable_experimental_unrecoverable_data_corrupting_features, OPT_STR, "") OPTION(xio_trace_mempool, OPT_BOOL, false) // mempool allocation counters OPTION(xio_trace_msgcnt, OPT_BOOL, false) // incoming/outgoing msg counters OPTION(xio_trace_xcon, OPT_BOOL, false) // Xio message encode/decode trace -OPTION(xio_queue_depth, OPT_INT, 512) // depth of Accelio msg queue +OPTION(xio_queue_depth, OPT_INT, 128) // depth of Accelio msg queue OPTION(xio_mp_min, OPT_INT, 128) // default min mempool size OPTION(xio_mp_max_64, OPT_INT, 65536) // max 64-byte chunks (buffer is 40) OPTION(xio_mp_max_256, OPT_INT, 8192) // max 256-byte chunks