Skip to content

Commit 0671c14

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15911-update-chunkMigrationConcurrency (#2604)
* 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 1e8c83f commit 0671c14

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
@@ -4287,7 +4287,7 @@ shardingStatistics
42874287

42884288
*Only present when run on a shard.*
42894289

4290-
*Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.16)*
4290+
*Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.15).*
42914291

42924292
.. serverstatus:: shardingStatistics.catalogCache
42934293

source/reference/parameters.txt

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

30143014
.. parameter:: chunkMigrationConcurrency
30153015

3016-
*Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.16)*
3016+
*Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.15).*
30173017

30183018
*Type*: integer
30193019

@@ -3029,8 +3029,11 @@ Sharding Parameters
30293029
also increases the workload and disk IOPS usage on the the source
30303030
shard and the receiving shard.
30313031

3032-
Maximum value is 500. You should typically use fewer than 32 threads
3033-
unless you are using NVMe (Non-Volatile Memory Express) disks.
3032+
Maximum value is 500.
3033+
3034+
You should typically use half the total number of CPU cores as
3035+
threads. For example, if the total is 16 cores, set
3036+
``chunkMigrationConcurrency`` to 8 threads (or fewer).
30343037

30353038
If ``chunkMigrationConcurrency`` is greater than ``1``, the
30363039
``_secondaryThrottle`` configuration setting is ignored. The

0 commit comments

Comments
 (0)