summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-05-11 10:38:26 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-05-11 10:38:26 -0400
commit78d623472caaf73e5a4f89c873dca5575b09b608 (patch)
tree83f45f99ee00f2389e484965100122f962d3f268 /src/docs
parent4f9c5ec385580c1a7d8762d240672e27dda1baf9 (diff)
parentc5a4a86438d08616e8ed8314e2dc5b64d7e186c7 (diff)
downloadmongo-78d623472caaf73e5a4f89c873dca5575b09b608.tar.gz
Merge branch 'develop' into lz4-compress-destsize
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/tune-cache.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/docs/tune-cache.dox b/src/docs/tune-cache.dox
index 9f4d1a6406f..c9603085905 100644
--- a/src/docs/tune-cache.dox
+++ b/src/docs/tune-cache.dox
@@ -23,7 +23,8 @@ the page eviction statistics for the database.
Objects can be created as cache resident - that is their contents will
remain in cache and never be considered for the purposes of cache
eviction. Cache residence can be configured with the WT_SESSION::create
-"cache_resident" configuration string.
+"cache_resident" configuration string. LSM tree objects do not support
+the "cache_resident" setting.
Configuring a cache resident object has several effects: