Increasing repository size even we delete the uploaded package also | Community
Skip to main content
New Participant
November 17, 2016
Solved

Increasing repository size even we delete the uploaded package also

  • November 17, 2016
  • 4 replies
  • 1853 views

Dear All,

let us assume ,right now my repository(crx-quickstart/repository) size is 4 GB.

i have uploaded a 30GB package to crx/packMgr,now my repository(crx-quickstart/repository) size is 34 GB.

then I have installed the uploaded package,now my repository( crx-quickstart/repository) size is 64 GB.

then I have deleted the uploaded package ,now my repository(crx-quickstart/repository) size is 94 GB.

could any tell me why is it happening like this ?

Thanks & Regards,

VeeraReddy.

Note: please try to understand my English ,because my English is not good. 

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 joerghoh

Hi,

from 4 > 34G: should be clear, the package is added to the repository

from 34 > 64G: the content within the package is extracted to the repository.

from 64 > 94G: not sure, mabye  a snapshot has been created for it.

2 things as advice:

  • When you work with such large packages, always install them without creating a snapshot.
  • after such operations run a datastore GC to reclaim the storage.

 

Jörg

4 replies

joerghoh
Employee
November 19, 2016

When you install a package through the package manager UI, there is an "advanced" option, where you can select that no snapshots are created.

Jörg

New Participant
November 18, 2016

1. could you please explain me,how to run a datastore GC to reclaim the storage

https://docs.adobe.com/docs/en/aem/6-0/administer/operations/data-store-garbage-collection.html

Thanks.

New Participant
November 18, 2016

thanks for reply,

  1. could you please explain me,how to install a package without creating a snapshot.
  2. could you please explain me,how to run a datastore GC to reclaim the storage.

Thanks & Regards,

VeeraReddy

joerghoh
joerghohAccepted solution
Employee
November 17, 2016

Hi,

from 4 > 34G: should be clear, the package is added to the repository

from 34 > 64G: the content within the package is extracted to the repository.

from 64 > 94G: not sure, mabye  a snapshot has been created for it.

2 things as advice:

  • When you work with such large packages, always install them without creating a snapshot.
  • after such operations run a datastore GC to reclaim the storage.

 

Jörg