10-11-2021 03:06 AM
I install alfresco(alfresco-community-installer-201707-linux-x64.bin) application in AWS (Ubuntu-20.04.2).
Application is up and running, but when i am trying to upload more than 5 mb size file, i am getting error quota exceeds. need to assistance
10-11-2021 04:26 AM
Check the user's profile page to make sure there is no quota configured for him.
Another option would be to fully disable the quota by adding the property bellow in the alfresco-global.properties file
system.usages.enabled=false
10-12-2021 05:44 AM
Try to disable the size of uploaded content using the following property in the alfresco-global.properties:
opencmis.maxContentSizeMB=-1
Check the current value that you have, you should have something like the following:
opencmis.maxContentSizeMB=5
Explore our Alfresco products with the links below. Use labels to filter content by product module.