Hi general question, what causes CPU usage to be o...
# community-help
a
Hi general question, what causes CPU usage to be over 75%? We are seeing no slowdowns in our requests but the cloud dashboard is reporting spikes in usage. We are on 4GB 2vCPUs, 4hr burst with HA enabled (3 nodes) The only large background job we have is every hour updating our full collection/catalogue (interim solution, looking into deltas in future) but this doesnt seem to be the direct cause. At 1am this morning we got auto upgraded to the 8GB 4vCPU tier, but have no reason to be on it according to the docs so have dropped it back down and disabled autoscale. We have on average around 500 users per hour using the search engine for our product catalogue (retail store). We have a about 30 filter facets used and run collection search queries with some caching via the SDK (300 seconds / 5 mins). We have max_facet_values set to 500 (mostly to accomodate our list of brands). We also have max_typos set to 2 if this helps. Anything we are doing that would cause the high CPU load on our cluster?