내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM - Ways to reduce repository size

Avatar

Level 4

Hey All,

We had a question about our repository under the crx-quickstart folder. Our total folder is 26 GB and we're looking for ways to reduce it. Based on everything I've seen, I narrowed it down to a few times that are the culprits.

1475115_pastedImage_4.png

The segment store just has a bunch of .tar balls in it from when we first set up our dev server. Can I delete some of these? Or Should I keep all the .tar balls?

1475114_pastedImage_3.png

The datastore is by far our biggest folder. I was checking this out and from the AEM site itself, I deleted a bunch of sites and unused assets. So total on our site we have lets say ~5 sites with 10 pages and 20 images each. The datastore being so massive is confusing to me because when I check out the disk usage on our AEM server itself, it looks pretty small.

1475116_pastedImage_5.png

I've tried to run the oak-run jar file to compact all of our folders and it unfortunately didn't make it too much smaller.

Are there other ways I can reduce the size of our folders? We are trying to copy this to another server but don't want to use too much space.

Thanks

Brendan

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Please check the "AEM Maintenance" pages according to your AEM version. There is documentation how to reduce the amount of storage. For AEM 6.3 it's AEM 6.x Maintenance Guide  (other versions are linked from this page).

Specifically for your case you should check for "Oak Binary File Maintenance" a.k.a "Datastore Garbage Collection".

Regards,

Jörg

원본 게시물의 솔루션 보기

6 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Please check the "AEM Maintenance" pages according to your AEM version. There is documentation how to reduce the amount of storage. For AEM 6.3 it's AEM 6.x Maintenance Guide  (other versions are linked from this page).

Specifically for your case you should check for "Oak Binary File Maintenance" a.k.a "Datastore Garbage Collection".

Regards,

Jörg

Avatar

Level 1

@Jörg_Hoh , the link you provided doesn't seem to be active anymore. Is there an updated link (I'm looking for AEM 6.5 specifically)? Thanks.

Avatar

Employee Advisor

Avatar

Level 1

Thanks, @Jörg_Hoh , those are what I needed!

Avatar

Level 10

Nice response Joerg!

Avatar

Level 4

Thanks! That looks like exactly what I need.