Hi Russel, it is our build script asking for 8 cores with the "maxParallelForks = Runtime.runtime.availableProcessors()" commands. It is the fastest setup for me running tests locally, but perhaps there's a better value to use in our build script by default.
Vaclav On Tue, Jun 1, 2010 at 8:10 AM, Russel Winder <[email protected]> wrote: > Gradle has recently decided that my workstation has 8 cores and that it > will therefore spawn 8 parallel tasks. It is great that there is this > parallel capability, but I think it is wrong that the default is > auto-detection and immediate use. I would like to see something like > the -j option of Make, SCons and Waf specifying the level of parallelism > available, and for the default to be 1. > > -- > Russel. > > ============================================================================= > Dr Russel Winder t: +44 20 7585 2200 voip: > sip:[email protected] <sip%[email protected]> > 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] > London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder > -- E-mail: [email protected] Blog: http://www.jroller.com/vaclav Linkedin page: http://www.linkedin.com/in/vaclavpech
