mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
Merge pull request #7802 from branch-predictor/bp-increase-async-threads
config: increase default async op threads Reviewed-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
commit
e236ebdc25
@ -195,7 +195,7 @@ OPTION(ms_inject_delay_probability, OPT_DOUBLE, 0) // range [0, 1]
|
||||
OPTION(ms_inject_internal_delays, OPT_DOUBLE, 0) // seconds
|
||||
OPTION(ms_dump_on_send, OPT_BOOL, false) // hexdump msg to log on send
|
||||
OPTION(ms_dump_corrupt_message_level, OPT_INT, 1) // debug level to hexdump undecodeable messages at
|
||||
OPTION(ms_async_op_threads, OPT_INT, 2)
|
||||
OPTION(ms_async_op_threads, OPT_INT, 3)
|
||||
OPTION(ms_async_set_affinity, OPT_BOOL, true)
|
||||
// example: ms_async_affinity_cores = 0,1
|
||||
// The number of coreset is expected to equal to ms_async_op_threads, otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user