Skip to content

Commit a55f624

Browse files
authored
(DOCS-16452) routingTableCacheChunkBucketSize must be greater than 0 (#5198)
* (DOCS-16452) routingTableCacheChunkBucketSize must be greater than 0 * Includes change from copy review
1 parent 9dfc303 commit a55f624

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/parameters.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4027,15 +4027,16 @@ Sharding Parameters
40274027

40284028
.. versionadded:: 7.0.1
40294029

4030+
.. versionchanged:: 7.2
4031+
40304032
|both|
40314033

40324034
*Type*: integer
40334035

40344036
*Default*: 500
40354037

40364038
Specifies the size of the routing table cache buckets used to
4037-
implement chunk grouping optimization. Must be greater than or equal
4038-
to ``0``.
4039+
implement chunk grouping optimization. Must be greater than ``0``.
40394040

40404041
For example, to set the cache chunk bucket size to ``250`` on a
40414042
``mongod``, issue the following command at startup:

0 commit comments

Comments
 (0)