Hi franciscoribeir
Yes, we can configure the Size limit of the assets.
Please find below the way of doing so:-
- In AEM, touch Tools > CRXDE Lite.
- In the CRXDE Lite page, in the directory window on the left, navigate to /jcr_root/apps/dam.
- You may need to touch the >> icon to see the directory window.
- In the /jcr_root/apps/dam folder, use the Create(if not present) drop-down list to create a node with the following directory structure:
/gui/content/assets/_jcr_content/body/assetscontent/header/items/items/fileupload (it may be already present). - When you are finished creating the node, the full path appears as the following:
- /jcr_root/apps/dam/gui/content/assets/_jcr_content/body/assetscontent/header/items/items/fileupload
- Select the fileupload node, then in the Properties tab, enter the following property value:
- {sizeLimit : "32212254720"}
- “chunkUploadMinFileSize property”:- The size above which an asset is considered a large asset. You can configure the system to consider assets above 30 Mb (instead of 50 Mb) in size as large assets. In other words, the progress bar appears when assets above 30 Mb in size are uploaded.
- In the upper-left of the CRXDE Lite page, touch Save All.
Reference Links
1. https://docs.adobe.com/docs/en/aem/6-0/author/assets/managing-assets-touch-ui/managing-video-assets.html
2. https://docs.adobe.com/docs/en/aem/6-1/author/assets/managing-assets-touch-ui.html
This is the way to configure the limit of assets.
I hope this will solve your problem.
Thanks and Regards
Kautuk Sahni