>build should build out of the box! I agree :). I was hesitant to put memory settings in the ./gradlew because I thought it may clash with user's GRADLE_OPTS. However, I just checked it and works fine. It'll be fixed with the next push.
Cheers! On Thu, Jun 2, 2011 at 1:08 PM, Russel Winder <[email protected]> wrote: > On Thu, 2011-06-02 at 12:40 +0200, Szczepan Faber wrote: >> Hey >> >> Do you run gradle without any -XX:MaxPermSize setting? We all run >> gradle with -XX:MaxPermSize=256m in GRADLE_OPTS. > > I run "gradlew clean installAll", no GRADLE_OPTS -- on the grounds that > a build should build out of the box! Especially when the build is of a > build framework by the build framework !! ;-) > > Actually in all seriousness the installAll task should work without the > need for extra options provided by the user. > >> >Also the build is taking twice as long as it did a week ago. >> >> Hmmm, let's fix the mem error first as they may be correlated. > > It wouldn't surprise me in the least, I suspect there is huge amounts of > GC thrashing. > > Thanks. > > -- > Russel. > ============================================================================= > Dr Russel Winder t: +44 20 7585 2200 voip: 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 > -- Szczepan Faber Principal engineer@gradleware Lead@mockito --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
