mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-05 03:05:49 +00:00
Compare commits
2 Commits
ttBATCH
...
patch-conf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a19f94380 | ||
|
|
419fb8f730 |
@@ -795,17 +795,26 @@
|
|||||||
# [workers]
|
# [workers]
|
||||||
#
|
#
|
||||||
# Configures the number of threads for processing work submitted by peers
|
# Configures the number of threads for processing work submitted by peers
|
||||||
# and clients. If not specified, then the value is automatically set to the
|
# and clients. If not specified, then the value is depends on the node_size
|
||||||
# number of processor threads plus 2 for networked nodes. Nodes running in
|
# and the number of cores: Nodes running in stand alone mode default to 1 worker.
|
||||||
# stand alone mode default to 1 worker.
|
# node_size | cores | threads |
|
||||||
|
# huge | >16 | 14 |
|
||||||
|
# large | >8 | 10 |
|
||||||
|
# medium | any | 6 |
|
||||||
|
# small | any | 6 |
|
||||||
|
# tiny | any | 6 |
|
||||||
|
#
|
||||||
#
|
#
|
||||||
# [io_workers]
|
# [io_workers]
|
||||||
#
|
#
|
||||||
# Configures the number of threads for processing raw inbound and outbound IO.
|
# Configures the number of threads for processing raw inbound and outbound IO.
|
||||||
|
# Default is 1 thread when cores == 1 or node_size is tiny & cores == 2.
|
||||||
|
# Otherwise default is 2.
|
||||||
#
|
#
|
||||||
# [prefetch_workers]
|
# [prefetch_workers]
|
||||||
#
|
#
|
||||||
# Configures the number of threads for performing nodestore prefetching.
|
# Configures the number of threads for performing nodestore prefetching.
|
||||||
|
# Default is 4.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user