Re: CPU constantly above 15% even when no client is talking to CouchDB

2022-09-02 Thread Nick Vatamaniuc
Give `+sbwt none` a try and measure how it affects your cluster. It might reduce the idle CPU usage a bit. The only adverse effect it might have is it might increase the latency of requests, but it's something you can measure. The `+S ${SCHEDULERS}` is how you'd explicitly specify how many schedu

Re: CPU constantly above 15% even when no client is talking to CouchDB

2022-09-02 Thread Al Z.
Thank you very much Nick for the reply. Most appreciated. 1) I checked _active_tasks and it return empty array [] 2) About +sbwt, we are running on physical hardware ... no container. +sbwt none +S ${SCHEDULERS} Would the above config changes you suggested earlier have any adverse effect? 3