unable to upload more than 5mb file

cancel
Showing results for 
Search instead for 
Did you mean: 
hareeshkp
Member II

unable to upload more than 5mb file

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
angelborroy
Alfresco Employee

Re: unable to upload more than 5mb file

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
Moderator
Moderator

Re: unable to upload more than 5mb file

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