nickva commented on issue #4886:
URL: https://github.com/apache/couchdb/issues/4886#issuecomment-1842030225

   ```
   state: {os_proc,"./bin/couchjs ./share/server/main.js",#Port<0.53>,
   [error] 2023-11-30T07:45:35.406044Z couchdb@localhost <0.1186.0> -------- OS 
Process died with status: 143
   [error] 2023-11-30T07:45:35.406269Z couchdb@localhost <0.1186.0> -------- 
gen_server <0.1186.0> terminated with reason: {exit_status,143}
   ```
   
   This indicates `couch_js` processes are being killed with the SIGTERM 
signal. 143 = 128 + 15 (SIGTERM). It's hard to say why that's happening or 
what's doing that. Maybe they are consuming too much memory or too many CPU 
resources.
   
   You could try adjusting the values of `[query_server_config] 
os_process_limit = 100` and `[query_server_config] os_process_soft_limit = 100` 
to some other value, higher or lower and see if would make a difference.  See 
the config reference: 
https://docs.couchdb.org/en/stable/config/query-servers.html#query_server_config
 for more details.
   
   Alternatively, try adding more CPU or memory resources to your 
container/server.  
   
   


-- 
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