Skip to content

Commit fe29393

Browse files
author
Dave Cuthbert
authored
DOCS-15433 BACKPORT (#1665)
1 parent 89f170f commit fe29393

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
@@ -2229,9 +2229,13 @@ Logical Session
22292229
|mongod-only|
22302230

22312231
Maximum number of threads to use to apply replicated operations in
2232-
parallel. Values can range from 1 to 256 inclusive. You can only set
2233-
:parameter:`replWriterThreadCount` at startup and cannot change this
2234-
setting with the :dbcommand:`setParameter` command.
2232+
parallel. Values can range from 1 to 256 inclusive. However, the
2233+
maximum number of threads used is capped at twice the number of
2234+
available cores.
2235+
2236+
You can only set :parameter:`replWriterThreadCount` at startup and
2237+
cannot change this setting with the :dbcommand:`setParameter`
2238+
command.
22352239

22362240
.. seealso::
22372241

0 commit comments

Comments
 (0)