rmuir commented on PR #11927: URL: https://github.com/apache/lucene/pull/11927#issuecomment-1315181358
@dweiss a difference may be the hyperthreading. on my tiny 2-core, using the hyperthreads results in a real speed benefit over using the default `ncpu/2` ``` org.gradle.workers.max=4 tests.jvms=4 ``` For users with the default `ncpu/2` there is extra headroom available. so if we wastefully spin up too many resources, it doesnt hurt them. I want to use all my hardware. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org