Skip to content

Commit b076fd8

Browse files
committed
trivial: separate paragraph to highlight valid range for cacheSizeGB
1 parent 4a5f136 commit b076fd8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

source/reference/configuration-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,13 +3578,13 @@ LDAP Parameters
35783578

35793579
*Type*: float
35803580

3581-
35823581
Defines the maximum size of the internal cache that WiredTiger will
35833582
use for all data. The memory consumed by an index build (see
35843583
: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+
35883588
.. include:: /includes/extracts/wt-cache-default-setting.rst
35893589

35903590
Avoid increasing the WiredTiger internal cache size above its

source/reference/program/mongod.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,9 +1598,10 @@ WiredTiger Options
15981598
Defines the maximum size of the internal cache that WiredTiger will
15991599
use for all data. The memory consumed by an index build (see
16001600
: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+
16041605
.. include:: /includes/extracts/wt-cache-default-setting.rst
16051606

16061607
Avoid increasing the WiredTiger internal cache size above its

0 commit comments

Comments
 (0)