]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mobile-aem - hopefully fix nodestore
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 21 Jun 2017 11:51:11 +0000 (13:51 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 21 Jun 2017 11:51:11 +0000 (13:51 +0200)
customer/mobile-aem/common.yaml

index f0b3416606bba22ca2681f7c492fe4960f2bcb50..db69f16d5b3d1e228cb5f132b2306a15f4c37cc7 100644 (file)
@@ -127,11 +127,6 @@ infra::profile::aem::author::install_files:
   org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.cfg:
     content: |
       customBlobStore=true
-  org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config:
-    content: |
-      repository.home=${repository.home}/segmentstore
-      tarmk.size=256
-      pauseCompaction=B"false"
 
 # Compaction & Backup for Author
 infra::profile::aem::author::oak_version: '1.6.1'
@@ -165,11 +160,6 @@ infra::profile::aem::publish::install_files:
   org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.cfg:
     content: |
       customBlobStore=true
-  org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config:
-    content: |
-      repository.home=${repository.home}/segmentstore
-      tarmk.size=256
-      pauseCompaction=B"false"
 
 # Compaction & Backup for Publisher
 infra::profile::aem::publish::oak_version: '1.6.1'