Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Package Installation issue

Avatar

Level 2

Hi, I have a large package around 400 MB, tried to install through Package Manager, but it is taking large amount time, waited around 7 hours still 50% didn't completed, is there any other way to Install the package in a faster way.

AEM - QuestionsAdobe Experience Manager

Regards,

Karthik

5 Replies

Avatar

Employee

The package may include thousands of nodes that can potentially create memory issues.

- Do you see any relevant error message in the "error.log" file ? Any Out Of Memory error ?

- If so can you increase the allocated heap to AEM by using the proper size in the startup command ?

Example: java -jar -Xmx8G aem64-author-p4503.jar

Avatar

Level 10

The package might have already been installed/errored out. Check console logs/error.log for more details

Alternatively, try this How to install CRX packages automatically on server startup

Avatar

Level 2

Check whether that package is already there in packagemanager or not .If yes then delete it ( uninstall if required) .

Then again upload the package .Once you upload click on install you will get a pop-up where you can see advance settings there change the value of save threshold default 1024 to some 100000 and install the package.

Give a try .

Avatar

Level 8

Hi,

Via curl commands might be another option you might want to try.

Avatar

Employee Advisor

Hello,

There might be an issue with network or tmp disk space. Make sure the tmp disk space is double of the size of the package.

Alternatively, you can also try VLT-RCP tool https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/ht-vlttool.html

Regards,

Vishu