File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ Definition
98
98
* - ``numInitialChunks``
99
99
100
100
- integer
101
-
102
- - Specifies the number of chunks to create
103
- initially when sharding an *empty* collection with a :ref:`hashed
104
- shard key <sharding-hashed-sharding>`. MongoDB will then create and
105
- balance chunks across the cluster. The ``numInitialChunks`` must be
106
- less than ``8192`` per shard.
101
+
102
+ - Specifies the initial number of chunks to create across all shards in
103
+ the cluster when sharding an *empty* collection with a
104
+ :ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
105
+ will then create and balance chunks across the cluster. The
106
+ ``numInitialChunks`` must result in less than ``8192`` per shard.
107
107
108
108
.. versionchanged:: 4.0.3
109
109
You can’t perform that action at this time.
0 commit comments