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

2014-07-09 Thread Scott Marlow
On 07/09/2014 09:32 AM, Gunnar Morling wrote: > 2014-07-02 23:24 GMT+02:00 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

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

2014-07-09 Thread Gunnar Morling
2014-07-02 23:24 GMT+02:00 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

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

2014-07-07 Thread Emmanuel Bernard
Ah interesting. I do not remember such a discussion but I am not at all meetings. Is there a pointer to one of them? On 03 Jul 2014, at 19:37, Steve Ebersole wrote: > I've mentioned the sheer number of "expected failures" on master now multiple > times on IRC during meetings. I think that is

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

2014-07-03 Thread Steve Ebersole
I've mentioned the sheer number of "expected failures" on master now multiple times on IRC during meetings. I think that is a large reason for the time/perf issues running the testsuite on master. I have also mentioned the flag that controls this behavior each time. Have any of y'all tried that

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

2014-07-03 Thread Emmanuel Bernard
For me the test suite would not even complete, it would hang after ~2500 tests with 0 CPU usage for ever without the --parallel-threads 1 option so it’s a matter of life and death for my setup ;) With that option, it runs in about 7 to 10 mins I think (I have a SSD and 16 GB of ram). On 02 Jul

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="-

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

2014-06-30 Thread Emmanuel Bernard
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" Gradle hangs on me after ~ 2300 to 2400 tests for hibernate-core subsystem. Basically at least one of the worker hangs for e