cancel
Showing results for 
Search instead for 
Did you mean: 

quota error

framtk
Champ on-the-rise
Champ on-the-rise

Hi, sometimes (apparently at random) when i try to upload a file the upload will fail because "the quota was exceeded". I tried not giving any quota or giving a very large one (>10GB when i don't even have 1GB used on the whole share) but the error still occurs sometimes. What might cause it? I installed Alfresco on a windows server 2012 r2 with the .exe installer so everything's default.

1 ACCEPTED ANSWER

kaynezhang
World-Class Innovator
World-Class Innovator

The error seems the request body is larger than the server is configured to allow.
Have you used any proxy tools such as ngnix,apache?
For example ngnix only accept maximum accepted 2m body size by default.

View answer in original post

2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator

The error seems the request body is larger than the server is configured to allow.
Have you used any proxy tools such as ngnix,apache?
For example ngnix only accept maximum accepted 2m body size by default.

framtk
Champ on-the-rise
Champ on-the-rise

yeah it was a typo in the nginx proxy, i set 1m instead of 10m. Thanks