Skip to content

Commit c8a02f2

Browse files
author
Dave Cuthbert
authored
Docs 15433 secondary slowdown v6.0 (#1569)
* DOCS-15433 secondary slowdown * DOCS-15433 secondary slowdown * Review feedback * Review feedback
1 parent 16eed4e commit c8a02f2

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
@@ -2598,9 +2598,13 @@ If you attempt to update ``disableSplitHorizonIPCheck`` at runtime,
25982598
|mongod-only|
25992599

26002600
Maximum number of threads to use to apply replicated operations in
2601-
parallel. Values can range from 1 to 256 inclusive. You can only set
2602-
:parameter:`replWriterThreadCount` at startup and cannot change this
2603-
setting with the :dbcommand:`setParameter` command.
2601+
parallel. Values can range from 1 to 256 inclusive. However, the
2602+
maximum number of threads used is capped at twice the number of
2603+
available cores.
2604+
2605+
You can only set :parameter:`replWriterThreadCount` at startup and
2606+
cannot change this setting with the :dbcommand:`setParameter`
2607+
command.
26042608

26052609
.. seealso::
26062610

0 commit comments

Comments
 (0)