Tar PM online compaction AEM 6.1
Hi,
I have been working on Tar optimization on AEM 6.1. I remember from 5.6.1 that there was a setting in some xml (repository.xml or workspace.xml ) where you would set time between which every night the Tar optimization would run? Is that still relevant?
In the newest documentation about 6.1 , i think there is just a flag (pauseCompaction) that needs to be set to false. Now, I have set this flag to be false in the sling:OsgiConfig which is deployed with /apps in the project and within the install directory in crx-quickstart/install/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.config there is no entry of pauseCompaction. Would the tar compaction still happen overnight?
Also, what takes precedence settings in /apps or one that are loaded from crx-quickstart/install directory?
/crx-quickstart/install/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
pauseCompaction=false
Finally, do we need to do anything for fileDataStorage?
Cheers