Large file download issue from publish instance | Community
Skip to main content
niks1020
Level 2
October 18, 2019

Large file download issue from publish instance

  • October 18, 2019
  • 4 replies
  • 2805 views

We have requirement where we will be upload large size assets on author instance and then those asset will be published.

On publish instance users will access the assets using Customized asset share commons portal and they will download those assets using Cart component / Individually.

The asset share commons download button calls AssetDownloadServlet for downloading the assets.

We are facing performance drop issue / download failure issue when there are many concurrent users downloading large sized file(s) using from the publish instance.

Is there any other way which has good result for such kind of requirement of downloading large sized files.

Note: by large size It can range from minimum 2GB to 15GB

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Adobe Employee
October 18, 2019

I would recommend taking a thread/Heap dump and check the process that is failing. Based on that add you can look into adding additional CPU/Memory.

[1] Take thread dumps from a JVM

niks1020
niks1020Author
Level 2
October 18, 2019

Is there any other better option or solution available for downloading large files with multiple users downloading those assets?

Adobe Employee
October 18, 2019

Have you tried to cache these files on dispatcher or CDN?

niks1020
niks1020Author
Level 2
October 18, 2019

Caching would probably be one of the option i think when the number of assets are less.

Here we have large number of assets. So caching might also consume a lot of space itself.