On 3/16/2022 6:11 PM, Vincenzo D'Amore wrote:
Given that I’ll put the question in another way. If Java don’t correctly detect the number of CPU how the overall performance can be affected by this?
I could be wrong, but I don't think Solr makes decisions based on CPU count, at least not without special config. I think the build system and some of the tests do use the CPU count. I did find something called RateLimitManager that looks at the CPU count. It seems to be a query rate limiter for SolrCloud, but I think that would have to be specifically configured to take effect.
Thanks, Shawn