Re: [hibernate-dev] Gradle, ORM and Mac OS X

2014-07-02 Thread Scott Marlow
I removed GRADLE_OPTS and ran again with "-no-daemon --parallel-threads 1" and my laptop still pegged the cpu at 100% but seemed a little more responsive. From running TOP, I could see that six or seven separate Java processes are running (if each one is taking up to 1gig of memory on my 8 gig

Re: [hibernate-dev] Gradle, ORM and Mac OS X

2014-07-02 Thread Scott Marlow
On 07/02/2014 02:36 PM, Scott Marlow wrote: > On 06/30/2014 06:27 AM, Emmanuel Bernard wrote: >> I had a lot of hurdles to make Hibernate ORM run and build on Mac OS X and >> IntelliJ IDEA so here are a few tidbits: >> >> I give Gradle 1GB >> >> export GRADLE_OPTS="-Xmx1024M" > > Are you on

Re: [hibernate-dev] Gradle, ORM and Mac OS X

2014-07-02 Thread Scott Marlow
On 06/30/2014 06:27 AM, Emmanuel Bernard wrote: > I had a lot of hurdles to make Hibernate ORM run and build on Mac OS X and > IntelliJ IDEA so here are a few tidbits: > > I give Gradle 1GB > > export GRADLE_OPTS="-Xmx1024M" Are you on master or an earlier ORM branch? I have GRADLE_OPTS="-