We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f170f commit fe29393Copy full SHA for fe29393
source/reference/parameters.txt
@@ -2229,9 +2229,13 @@ Logical Session
2229
|mongod-only|
2230
2231
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.
+ parallel. Values can range from 1 to 256 inclusive. However, the
+ maximum number of threads used is capped at twice the number of
+ available cores.
2235
+
2236
+ You can only set :parameter:`replWriterThreadCount` at startup and
2237
+ cannot change this setting with the :dbcommand:`setParameter`
2238
+ command.
2239
2240
.. seealso::
2241
0 commit comments