Hi all, just asking how can I rely on the number of processors the solr dashboard shows.
Just to give you a context, I have a 2 nodes solrcloud instance running in kubernetes. Looking at solr dashboard (8.3.0) I see there is only 1 cpu available per solr instance. but the Solr pods are deployed in two different kube nodes, and entering the pod with the kubectl exec -ti solr-0 -- /bin/bash and running top I see there are 16 cores available for each solr instance. Looking at the solr kubernetes statefulset I see there are no limits, the number of cpus requests/limits is not even defined. I'm going deeper but as far as I can tell, the solr dashboard don't lie. I need help trying to understand if the solr dashboard is reliable. Best regards, Vincenzo -- Vincenzo D'Amore