big-r81 commented on issue #4439: URL: https://github.com/apache/couchdb/issues/4439#issuecomment-1446424808
Hi, some suggestions: 1. You shouldn't put such large documents in your db. 2. Did your view process this large file? Can you exclude it from view-processing? 3. You can also try to increase `[couchdb] os_process_timeout`, but I'm really shure you hit an request timeout. 4. Try to increase `[fabric] request_timeout`. 5. Maybe you hit the memory of the Javascript view server (default 64MB). -- 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]
