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 mr...@apache.org on 2017/07/25 12:39:26 UTC

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

Author: mreutegg
Date: Tue Jul 25 12:39:26 2017
New Revision: 1802927

URL: http://svn.apache.org/viewvc?rev=1802927&view=rev
Log:
OAK-301: Document Oak

Add DocumentNodeStoreService configuration options for continuous RevisionGC and JournalGC

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=1802927&r1=1802926&r2=1802927&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 Tue Jul 25 12:39:26 2017
@@ -281,6 +281,24 @@ versionGcMaxAgeInSecs
   content would only be marked deleted at revision for T1 but its content would not be removed. Only when a Revision
   GC is run then its content would removed and that too only after (currentTime -T1 > versionGcMaxAgeInSecs)
 
+versionGCContinuous
+: Default false
+: Run Revision GC continuously as a scheduled task. By default this is disabled
+  and Revision GC must be triggered by the application when appropriate.
+: Since 1.7.4
+
+journalGCMaxAge
+: Default 21600000 (6 hrs)
+: Journal entries older than `journalGCMaxAge` can be removed by the journal
+  garbage collector. The maximum age is specified in milliseconds.
+: Since 1.0.19, 1.2.3, 1.4
+
+journalGCInterval
+: Default 300000 (5 min)
+: The interval in milliseconds with which the journal garbage collector removes
+  old journal entries.
+: Since 1.0.19, 1.2.3, 1.4
+
 blobCacheSize
 : Default 16 (MB)
 : DocumentNodeStore when running with Mongo would use `MongoBlobStore` by default unless a custom `BlobStore` is