]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
xio: reduce the default depth of accelio msg queue
authorVu Pham <vu@mellanox.com>
Wed, 15 Jul 2015 23:49:29 +0000 (16:49 -0700)
committerVu Pham <vu@mellanox.com>
Tue, 21 Jul 2015 18:43:43 +0000 (11:43 -0700)
Signed-off-by: Vu Pham <vu@melanox.com>
src/common/config_opts.h

index 0b2b94beee2735e8ac27ce12abea92f39f1b2bef..50f8a4a92d67c118fa771a3be403c6185e48dac6 100644 (file)
@@ -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