summaryrefslogtreecommitdiff
path: root/src/docs/tune-cache.dox
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-05-05 14:43:03 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2015-05-05 14:43:03 +1000
commit3cfca1a09f6f5879f007d51071e4c1feb5d454b9 (patch)
treef3972af7014aa00b0dab67c384655b1818af30d9 /src/docs/tune-cache.dox
parentf4aec906dd451433286a582904fdca0635d7aa34 (diff)
downloadmongo-3cfca1a09f6f5879f007d51071e4c1feb5d454b9.tar.gz
Disallow the cache_resident flag on LSM trees.
Refs WT-1905
Diffstat (limited to 'src/docs/tune-cache.dox')
-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: