By default, AEM supports Assets that are smaller than 2 GB because of a file size limit. However, you can overwrite this limit by going into CRXDE Lite and creating a node under the /apps directory detailed in URL.
Refer URL : RAW Assets Size More info:
https://experienceleague.adobe.com/docs/experience-manager-65/assets/managing/managing-video-assets.html?lang=en#configuration-to-upload-assets-that-are-larger-than-gb
Is there any limit to upload an asset?
It can be configured to 30 GB also. AEM doesnt define a size limit.
What we need to ensure while changing the default behavior?
- When we make this changes, ensure you take care of the time out limit on OSGi and Dispatcher idle time so that AEM keep listening the asset upload.
- Also major point; consider the AEM's default asset processing, and hardware configurations while making this changes.
Demo Video
I'd note that this is a limitation of AEM On Premise / Managed Service. With Cloud Service there's effectively no upload size limitation.
ReplyDeleteThanks for pointing that @Dan. Yes the demo is carried out over AEM On premise.
Delete