File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4455,7 +4455,7 @@ shardingStatistics
4455
4455
4456
4456
*Only present when run on a shard.*
4457
4457
4458
- *Available starting in MongoDB 6.0.5 (and 5.0.16) *
4458
+ *Available starting in MongoDB 6.0.5 (and 5.0.15). *
4459
4459
4460
4460
.. serverstatus:: shardingStatistics.catalogCache
4461
4461
Original file line number Diff line number Diff line change @@ -3016,7 +3016,7 @@ Sharding Parameters
3016
3016
3017
3017
.. parameter:: chunkMigrationConcurrency
3018
3018
3019
- *Available starting in MongoDB 6.0.5 (and 5.0.16) *
3019
+ *Available starting in MongoDB 6.0.5 (and 5.0.15). *
3020
3020
3021
3021
*Type*: integer
3022
3022
@@ -3032,8 +3032,11 @@ Sharding Parameters
3032
3032
also increases the workload and disk IOPS usage on the the source
3033
3033
shard and the receiving shard.
3034
3034
3035
- Maximum value is 500. You should typically use fewer than 32 threads
3036
- unless you are using NVMe (Non-Volatile Memory Express) disks.
3035
+ Maximum value is 500.
3036
+
3037
+ You should typically use half the total number of CPU cores as
3038
+ threads. For example, if the total is 16 cores, set
3039
+ ``chunkMigrationConcurrency`` to 8 threads (or fewer).
3037
3040
3038
3041
If ``chunkMigrationConcurrency`` is greater than ``1``, the
3039
3042
``_secondaryThrottle`` configuration setting is ignored. The
You can’t perform that action at this time.
0 commit comments