Skip to content

Commit cfaf65f

Browse files
jason-price-mongodbjason-price-mongodb
authored andcommitted
DOCS-15911-update-chunkMigrationConcurrency (#2604) (#2612)
* DOCS-15911-update-chunkMigrationConcurrency * DOCS-15911-update-chunkMigrationConcurrency * DOCS-15911-update-chunkMigrationConcurrency * DOCS-15911-update-chunkMigrationConcurrency * DOCS-15911-update-chunkMigrationConcurrency --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 24fc815 commit cfaf65f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/reference/command/serverStatus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,7 @@ shardingStatistics
44554455

44564456
*Only present when run on a shard.*
44574457

4458-
*Available starting in MongoDB 6.0.5 (and 5.0.16)*
4458+
*Available starting in MongoDB 6.0.5 (and 5.0.15).*
44594459

44604460
.. serverstatus:: shardingStatistics.catalogCache
44614461

source/reference/parameters.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@ Sharding Parameters
30163016

30173017
.. parameter:: chunkMigrationConcurrency
30183018

3019-
*Available starting in MongoDB 6.0.5 (and 5.0.16)*
3019+
*Available starting in MongoDB 6.0.5 (and 5.0.15).*
30203020

30213021
*Type*: integer
30223022

@@ -3032,8 +3032,11 @@ Sharding Parameters
30323032
also increases the workload and disk IOPS usage on the the source
30333033
shard and the receiving shard.
30343034

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).
30373040

30383041
If ``chunkMigrationConcurrency`` is greater than ``1``, the
30393042
``_secondaryThrottle`` configuration setting is ignored. The

0 commit comments

Comments
 (0)