From 700e9c406a184a57a2474f42a220f4a9c81f916f Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 17 Oct 2016 09:10:09 -0500 Subject: [PATCH] Set ms_async_send_inline to false to improve small randread iops. Signed-off-by: Mark Nelson --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 2f10cefa21632..f01bdb2a9bbc6 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -212,7 +212,7 @@ OPTION(ms_async_set_affinity, OPT_BOOL, true) // If ms_async_affinity_cores is empty, all threads will be bind to current running // core OPTION(ms_async_affinity_cores, OPT_STR, "") -OPTION(ms_async_send_inline, OPT_BOOL, true) +OPTION(ms_async_send_inline, OPT_BOOL, false) OPTION(inject_early_sigterm, OPT_BOOL, false) -- 2.39.5