You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2015/06/04 15:00:45 UTC

svn commit: r1683539 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Author: thomasm
Date: Thu Jun  4 13:00:44 2015
New Revision: 1683539

URL: http://svn.apache.org/r1683539
Log:
OAK-2957 LIRS cache: config options for segment count and stack move distance

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md?rev=1683539&r1=1683538&r2=1683539&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md Thu Jun  4 13:00:44 2015
@@ -121,6 +121,16 @@ docChildrenCachePercentage
 : Default 3
 : Percentage of `cache` allocated for `docChildrenCache`. See [Caching][doc-cache]
 
+cacheSegmentCount
+: Default 16
+: The number of segments in the LIRS cache
+: Since 1.0.15, 1.2.3, 1.3.0
+
+cacheStackMoveDistance
+: Default 16
+: The delay to move entries to the head of the queue in the LIRS cache
+: Since 1.0.15, 1.2.3, 1.3.0
+
 Example config file
 
     mongouri=mongodb://localhost:27017