Expand my Community achievements bar.

SOLVED

DataStore Garbage Collection AEM 6.1

Avatar

Level 6

Hi Guys,

How can I run the File Data Store Garbage Collection?

I looked into the documentation and I didn't find the JMX Bean described in the documentation[1]

Does anyone know which JMX Bean can we use to start the data store garbage collection?

[1]https://docs.adobe.com/docs/en/aem/6-1/administer/operations/data-store-garbage-collection.html#par_...

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

The Mbean name is - org.apache.jackrabbit.oak: "repository manager" ("RepositoryManagement") . You need to start the 

startDataStoreGC(boolean markOnly) operation exposed by this bean to trigger the cleanup. 

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

The Mbean name is - org.apache.jackrabbit.oak: "repository manager" ("RepositoryManagement") . You need to start the 

startDataStoreGC(boolean markOnly) operation exposed by this bean to trigger the cleanup. 

Avatar

Administrator

Hi

There is a Community Knowledge base article covering the DataStorGarbageCollection.

Link:- https://helpx.adobe.com/experience-manager/kb/DataStoreGarbageCollection.html

//This article cover full step by step process to run garbage collection.

 

I hope this would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 6

Hi @kunal23,

Thanks now I found it :)

Hi @kautuksahni,

Thanks for the article I'll take a look.

 

Thanks