Robert Muir created LUCENE-9181:
-----------------------------------

             Summary: gradlew(.bat) should pass --parallel flag
                 Key: LUCENE-9181
                 URL: https://issues.apache.org/jira/browse/LUCENE-9181
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Robert Muir


Followup to LUCENE-9179. 

For example I have 2 real cores (4 apparent cpus, hyperthreads). 
With LUCENE-9179 change the build will work the first time, but it will only 
use one builder and take an eternity.

Instead if these wrappers passed --parallel then the first build would use 4 
builders (built in gradle default).

Subsequent builds for me would only use 2, we still pass --parallel but now our 
gradle.properties tells it to only use 2

would give a better first experience (fans spin a bit higher for that first 
build, but better than slow as hell?)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to