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?
Solved! Go to Solution.
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.
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.
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
Views
Replies
Total Likes
Hi @kunal23,
Thanks now I found it :)
Hi @kautuksahni,
Thanks for the article I'll take a look.
Thanks
Views
Replies
Total Likes
Views
Like
Replies