Compare commits

..

1 Commits

Author SHA1 Message Date
Richard Holland
bd4cb12aa5 fix hook emission ordering 2024-01-24 15:22:00 +00:00

View File

@@ -795,26 +795,17 @@
# [workers]
#
# Configures the number of threads for processing work submitted by peers
# and clients. If not specified, then the value is depends on the node_size
# and the number of cores: Nodes running in 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 |
#
# and clients. If not specified, then the value is automatically set to the
# number of processor threads plus 2 for networked nodes. Nodes running in
# stand alone mode default to 1 worker.
#
# [io_workers]
#
# 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]
#
# Configures the number of threads for performing nodestore prefetching.
# Default is 4.
#
#
#