Expand my Community achievements bar.

SOLVED

How to change Tar optimization time in AEM 6.0

Avatar

Level 4

In CQ5.6 , we have /crx-quickstart/repository/repository.xml and we can change the Taroptimization run time using this xml. as follows.

<PersistenceManager class="com.day.crx.persistence.tar.TarPersistenceManager">

    <param name="autoOptimizeAt" value="01:00-04:00" />

</PersistenceManager>

How to do the same in AEM 6.0 ? I have not seen any repository.xml file in AEM 6.0

Could you please explain how to do it in AEM 6.0. 

1 Accepted Solution

Avatar

Correct answer by
Employee

You have to leverage http://localhost:4502/libs/granite/operations/content/maintenance.html  where you can set up automated maintenance tasks. For now it does revision clean up and workflow purge etc.,. You can write your own. If you are looking at tar compaction, revision purge already does it. To customize for new tasks, please refer to  http://docs.adobe.com/docs/en/aem/6-0/administer/operations/operations-dashboard.html#Custom%20Maint...

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

You have to leverage http://localhost:4502/libs/granite/operations/content/maintenance.html  where you can set up automated maintenance tasks. For now it does revision clean up and workflow purge etc.,. You can write your own. If you are looking at tar compaction, revision purge already does it. To customize for new tasks, please refer to  http://docs.adobe.com/docs/en/aem/6-0/administer/operations/operations-dashboard.html#Custom%20Maint...