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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Is there any other better option or solution available for downloading large files with multiple users downloading those assets?
Views
Replies
Total Likes
Have you tried to cache these files on dispatcher or CDN?
Views
Replies
Total Likes
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.
Views
Replies
Total Likes