FWIW on a 6 year old MacBook Pro with a Quad-core i7, it seems max-workers of 2 is about right, clocking in at 21:32. 3 took 20:17; not much better.
~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Dec 3, 2019 at 9:13 AM Erick Erickson <erickerick...@gmail.com> wrote: > David Smiley: > > gradlew -p solr/packaging assemble > > couple of things: > 1> The place you run bin/solr from is different > 2> I didn’t need to specify the -p parameter and it defaulted to > ‘...solr/packaging/build/solr-9.0.0-SNAPSHOT', FWIW. > > Once I got over having to switch to a different dir than I was accustomed > to, I realized that by not mixing the build output with source, things are > _much_ cleaner. After a “gradlew clean”, the packaging directory only > contains a build.gradle file. > > > On Dec 3, 2019, at 4:48 AM, Jan Høydahl <jan....@cominvent.com> wrote: > > > > gradlew -p solr/packaging assemble > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > >