]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlockDevice: reduce aio queue size
authorSage Weil <sage@redhat.com>
Wed, 6 Jan 2016 19:19:43 +0000 (14:19 -0500)
committerSage Weil <sage@redhat.com>
Fri, 8 Jan 2016 18:10:19 +0000 (13:10 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 5aacf63724fa2568f2dd807e1913d1ec8b4dcddb..9587d5542c7bec358b715d0015b0b105a82e73cf 100644 (file)
@@ -837,7 +837,7 @@ OPTION(bdev_debug_inflight_ios, OPT_BOOL, false)
 OPTION(bdev_inject_crash, OPT_INT, 0)  // if N>0, then ~ 1/N IOs will complete before we crash on flush.
 OPTION(bdev_aio, OPT_BOOL, true)
 OPTION(bdev_aio_poll_ms, OPT_INT, 250)  // milliseconds
-OPTION(bdev_aio_max_queue_depth, OPT_INT, 4096)
+OPTION(bdev_aio_max_queue_depth, OPT_INT, 32)
 
 OPTION(bluefs_alloc_size, OPT_U64, 1048576)
 OPTION(bluefs_max_prefetch, OPT_U64, 1048576)