nickva commented on issue #745: Replication with attachments never completes,
{mp_parser_died,noproc} error
URL: https://github.com/apache/couchdb/issues/745#issuecomment-360251475
(From discussion on IRC)
This might be related to setting a lower max http request limit:
https://github.com/apache/couchdb/commit/e767b34cdf309a6efc095ea9e74a9f9dea5b746c
Before that was defaulting to 4GB which what the code has, but default.ini
file set it to 64MB so that became the value being used. Max request will
limit will prevent larger attachments to replicate. Also 413 error is not
always raised cleanly: (see https://github.com/apache/couchdb/issues/574 also
referenced in the top description)
To confirm if this is the cause or is affecting this issue at all, can try
to bump:
```
[httpd]
max_http_request_size = 67108864 ; 64 MB
```
To a higher value, one that's larger than a two or three times the largest
attachment or document perhaps (to account for some overhead).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services