cancel
Showing results for 
Search instead for 
Did you mean: 

unable to upload more than 5mb file

hareeshkp
Champ in-the-making
Champ in-the-making

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 

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

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
Hyland Developer Evangelist

openpj
Elite Collaborator
Elite Collaborator

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