Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

datastore garbage collection??

Avatar

Level 5

Hi 

I have tried 

To run garbage collection:

1. Log in as administrator

2. In the CRX console, click Repository Configuration.

3. Click Data Store Garbage Collection. till here i am able to navgate http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository

4. in this page i need to select options as per the http://helpx.adobe.com/crx/kb/DataStoreGarbageCollection.html and click run

 

i got struck up in 4 step here i don't find to select nor run option    http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository

1 Accepted Solution

Avatar

Correct answer by
Level 7

Yes. Its further down on the page ->

java.lang.Void    runDataStoreGarbageCollection(java.lang.Boolean delete)
Runs data store garbage collection

It's the single argument called delete to the method. It's all in the article i posted above.
Here is also a screenshot :)
Regards
/Johan

[img]gb.png[/img]

View solution in original post

5 Replies

Avatar

Level 7

Hi,
are you running 5.5 ? From 5.5 onwards there is no options. There is only one parameter "Delete unused item" (boolean).
The rest is explained further down on this article:
http://helpx.adobe.com/crx/kb/DataStoreGarbageCollection.html

Good Luck

/Johan

Avatar

Level 5

HI 

Please check this screen short

Avatar

Correct answer by
Level 7

Yes. Its further down on the page ->

java.lang.Void    runDataStoreGarbageCollection(java.lang.Boolean delete)
Runs data store garbage collection

It's the single argument called delete to the method. It's all in the article i posted above.
Here is also a screenshot :)
Regards
/Johan

[img]gb.png[/img]

Avatar

Level 5

Hi johan, 

i have 5.6.1 cq in my environment

If u have time please check the attachment.

what is the flag i need to give to delete all collected garbage.

it would be helpful if u provide the further steps in detail. 

i tired checking http://helpx.adobe.com/crx/kb/DataStoreGarbageCollection.html i am vey much confused what to do and where to do.

Avatar

Level 6

Hi Mahesh,

Please enter "true" in the field ur marked.

True ---> Field will mark and  delete the old TAR files

False---> MArk the old TAR files but not delete it.

 

Once TAR runs successfully you ll get NULL value at the last.