unable to upload more than 5mb file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
