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