Re: [gradle-dev] Trying to build Gradle on Debian Testing

2011-04-29 Thread Jon Cox
Russel, > > PS: > >When I find myself cursing java's profligate use of memory, I remind > >myself of the fact that most of it is GC-related, and once you accept > >something on the order of 4x space overhead, GC typically beats explicit > >allocation/deallocation (according

Re: [gradle-dev] Trying to build Gradle on Debian Testing

2011-04-29 Thread Russel Winder
On Fri, 2011-04-29 at 05:45 -0700, Jon Cox wrote: > Russell, Profligate overuse of l keystrokes there, it's Russel :-) > > It appears whatever space is specified for the JVM is insufficient to > > the task -- generally unsurprising with Java which always seems to need > > more gigabytes of memo

Re: [gradle-dev] Trying to build Gradle on Debian Testing

2011-04-29 Thread Jon Cox
Russell, > It appears whatever space is specified for the JVM is insufficient to > the task -- generally unsurprising with Java which always seems to need > more gigabytes of memory than you have :-(( Add -XX:MaxPermSize=512m to JAVA_OPTS -Jon PS: When I find mysel

[gradle-dev] Trying to build Gradle on Debian Testing

2011-04-29 Thread Russel Winder
The installAll task fails to complete for me using the Sun JDK on Debian Testing . . . [ . . . ] :docs:userguideXhtml :docs:userguidePdf FAILURE: Build failed with an exception. * Where: Build file '/home/users/russel/Repositories/Git/Git