summaryrefslogtreecommitdiff
path: root/src/docs/tune-cache.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/tune-cache.dox')
-rw-r--r--src/docs/tune-cache.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/tune-cache.dox b/src/docs/tune-cache.dox
index c9603085905..505da436277 100644
--- a/src/docs/tune-cache.dox
+++ b/src/docs/tune-cache.dox
@@ -11,9 +11,9 @@ The cache size for the database is normally configured by setting the
function. The cache size can be adjusted after the open call with
WT_CONNECTION::reconfigure.
-An example of setting a cache size to 500MB:
+An example of setting a cache size to 5GB:
-@snippet ex_config.c configure cache size
+@snippet ex_all.c Open a connection
The effectiveness of the chosen cache size can be measured by reviewing
the page eviction statistics for the database.