You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/11/15 11:31:57 UTC

[GitHub] [lucene] rmuir commented on pull request #11927: speed up javac and error-prone tasks by using less resources

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org