We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2cc99 commit f2f967aCopy full SHA for f2f967a
source/includes/extracts-wired-tiger.yaml
@@ -175,6 +175,12 @@ content: |
175
- 50% of (RAM - 1 GB), or
176
177
- 256 MB.
178
+
179
+ For example, on a system with a total of 4GB of RAM the WiredTiger
180
+ cache will use 1.5GB of RAM (``0.5 * (4 GB - 1 GB) = 1.5 GB``).
181
+ Conversely, a system with a total of 1.25 GB of RAM will allocate 256
182
+ MB to the WiredTiger cache because that is more than half of the
183
+ total RAM minus one gigabyte (``0.5 * (1.25 GB - 1 GB) = 128 MB < 256 MB``).
184
---
185
ref: wt-filesystem-cache
186
content: |
0 commit comments