Skip to content

Commit c46e1d6

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

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
@@ -3987,15 +3987,16 @@ Sharding Parameters
39873987

39883988
.. versionadded:: 7.0.1
39893989

3990+
.. versionchanged:: 7.2
3991+
39903992
|both|
39913993

39923994
*Type*: integer
39933995

39943996
*Default*: 500
39953997

39963998
Specifies the size of the routing table cache buckets used to
3997-
implement chunk grouping optimization. Must be greater than or equal
3998-
to ``0``.
3999+
implement chunk grouping optimization. Must be greater than ``0``.
39994000

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

0 commit comments

Comments
 (0)