Skip to content

Commit 8b7bbbd

Browse files
author
Dave Cuthbert
authored
DOCS-15433 BACKPORT (#1664)
1 parent 084eff2 commit 8b7bbbd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/reference/parameters.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,9 +2339,13 @@ If you attempt to update ``disableSplitHorizonIPCheck`` at runtime,
23392339
|mongod-only|
23402340

23412341
Maximum number of threads to use to apply replicated operations in
2342-
parallel. Values can range from 1 to 256 inclusive. You can only set
2343-
:parameter:`replWriterThreadCount` at startup and cannot change this
2344-
setting with the :dbcommand:`setParameter` command.
2342+
parallel. Values can range from 1 to 256 inclusive. However, the
2343+
maximum number of threads used is capped at twice the number of
2344+
available cores.
2345+
2346+
You can only set :parameter:`replWriterThreadCount` at startup and
2347+
cannot change this setting with the :dbcommand:`setParameter`
2348+
command.
23452349

23462350
.. seealso::
23472351

0 commit comments

Comments
 (0)