File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3578,13 +3578,13 @@ LDAP Parameters
3578
3578
3579
3579
*Type*: float
3580
3580
3581
-
3582
3581
Defines the maximum size of the internal cache that WiredTiger will
3583
3582
use for all data. The memory consumed by an index build (see
3584
3583
:parameter:`maxIndexBuildMemoryUsageMegabytes`) is separate from the
3585
- WiredTiger cache memory. Starting in MongoDB 3.4, the values can range
3586
- from 0.25 GB to 10000 GB and can be a float.
3587
-
3584
+ WiredTiger cache memory.
3585
+
3586
+ Values can range from ``0.25`` GB to ``10000`` GB.
3587
+
3588
3588
.. include:: /includes/extracts/wt-cache-default-setting.rst
3589
3589
3590
3590
Avoid increasing the WiredTiger internal cache size above its
Original file line number Diff line number Diff line change @@ -1598,9 +1598,10 @@ WiredTiger Options
1598
1598
Defines the maximum size of the internal cache that WiredTiger will
1599
1599
use for all data. The memory consumed by an index build (see
1600
1600
:parameter:`maxIndexBuildMemoryUsageMegabytes`) is separate from the
1601
- WiredTiger cache memory. Starting in MongoDB 3.4, the values can range
1602
- from 0.25 GB to 10000 GB and can be a float.
1603
-
1601
+ WiredTiger cache memory.
1602
+
1603
+ Values can range from ``0.25`` GB to ``10000`` GB.
1604
+
1604
1605
.. include:: /includes/extracts/wt-cache-default-setting.rst
1605
1606
1606
1607
Avoid increasing the WiredTiger internal cache size above its
You can’t perform that action at this time.
0 commit comments