Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save knennigtri/d07791d9db3fcc3ee3ef413437135a9d to your computer and use it in GitHub Desktop.
Save knennigtri/d07791d9db3fcc3ee3ef413437135a9d to your computer and use it in GitHub Desktop.
Mongo DocumentMK OSGi config for an AEM instance
mongouri="mongodb://<hostname-or-IP>:<port#>"
db="OakAuthor"
cache="256"
nodeCachePercentage="25"
prevDocCachePercentage="4"
childrenCachePercentage="10"
diffCachePercentage="5"
docChildrenCachePercentage="3"
cacheSegmentCount="16"
cacheStackMoveDistance="16"
blobCacheSize="16"
persistentCache="crx-quickstart/repository/cache,size\=1024,binary\=0"
customBlobStore="false"
journalGCInterval="300000"
journalGCMaxAge="21600000"
journalGcBatchSize="100"
versionGcMaxAgeInSecs="86400"
blobGcMaxAgeInSecs="86400"
maxReplicationLagInSecs="21600"
documentStoreType="MONGO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment