April 23, 2020
Estimated Post Reading Time ~

AEM What is the average size of the assets

Solution:
To determine the total size of the /var/dam folder:
Use WebDAV to map the CQ repository to the local file system.

Use the command line:
cd /Volumes/localhost/var
du -sh dam/

To get the average size, divide the global size by the total number of assets in /var/dam (obtained above).


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.