DataStore Garbage Collection AEM 6.1 | Community
Skip to main content
francisco_ribei
New Participant
December 8, 2015
Solved

DataStore Garbage Collection AEM 6.1

  • December 8, 2015
  • 3 replies
  • 1593 views

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_title

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kunal_Gaba_

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. 

3 replies

francisco_ribei
New Participant
December 9, 2015

Hi @kunal23,

Thanks now I found it :)

Hi @kautuksahni,

Thanks for the article I'll take a look.

 

Thanks

kautuk_sahni
Employee
December 9, 2015

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
Kunal_Gaba_
Kunal_Gaba_Accepted solution
New Participant
December 8, 2015

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.