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).

No comments:

Post a Comment