kingofsystem commented on issue #4439:
URL: https://github.com/apache/couchdb/issues/4439#issuecomment-1446104329

   Installed couchdb locally on my macbook and have got exactly same problem 
with same data. I found that there are document with more than 120mb of data. I 
have deleted this document from database and view was loaded successfully. But 
it doesn't eliminate the problem. I need this document to be in my database and 
i cannot see any problem for couch to hold and process it.  My 
`max_document_size` is equals to 524288000 (500mb).
   
   Fact that couchdb doesn't provide any meaningful error message is very 
frustrating. Process obviously doesn't time out, it just fails at some point. 
I've enabled debug logs and found the id of last processed document logged 
before error has happened and it was exactly same id that I've deleted. I tried 
to increase all possible process limits but it didn't affect situation at all. 
It continued to fail after 5-10 seconds when i opened view. 
   
   Question is still here: how to eliminate the error and put 120mb document to 
database?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to