Skip to content

upload of file bigger than 13MO is not working, despite max_document_size increased #3085

Answered by wohali
dummys asked this question in Q&A
Discussion options

You must be logged in to vote

Remember that your binary file is being transcoded into the json document. This results in an increase in storage size required for binary attachments.

Try bumping max_document_size to 40000000 for instance, and see if that works for you.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dummys
Comment options

@wohali
Comment options

wohali Aug 18, 2020
Collaborator

Answer selected by dummys
Comment options

You must be logged in to vote
1 reply
@wohali
Comment options

wohali Aug 19, 2020
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3085 on August 18, 2020 18:06.