I checked - `build` does in fact pull in a bunch of tasks that you do not
care about (checkstyle, findbugs, etc).
The build I just ran did take longer than I have been seeing - it took 16
minutes, but that's not the magnitude you see.
I mentioned performing test caused javadoc to be generated. I
On 19 April 2018 at 22:50, Chris Cranford wrote:
> The entire build process under OpenJDK 8 here:
>
> BUILD SUCCESSFUL in 47m 26s
> 251 actionable tasks: 233 executed, 18 up-to-date
>
> The only thing I noticed was that while executing the hibernate-core tests,
> the memory consumption seemed quit
I may be wrong, but I believe that the `build` task runs checkstyle, etc.
Findbugs especially takes a ton of time.
Have you tried just test?
I have noticed that it seems like test causes javadoc to run as well, which
I had intended to look at. But that seems not relevant to what you see
On Th
I'm not seeing anything unusual. I usually run `./gradlew clean test`.
On Thu, Apr 19, 2018 at 2:20 PM, Sanne Grinovero
wrote:
> On 19 April 2018 at 21:47, Chris Cranford wrote:
> > Sanne -
> >
> > Are you running the build task or are you executing other more specific
> > tasks and noticing th
The entire build process under OpenJDK 8 here:
BUILD SUCCESSFUL in 47m 26s
251 actionable tasks: 233 executed, 18 up-to-date
The only thing I noticed was that while executing the hibernate-core
tests, the memory consumption seemed quite high toward the end of the
test suite, particularly ~3.5GB m
On 19 April 2018 at 21:47, Chris Cranford wrote:
> Sanne -
>
> Are you running the build task or are you executing other more specific
> tasks and noticing the slowness?
Just running "gradle clean build" from the root. I had the same
results with OpenJDK 8 and 9, twice. Getting exactly the same f
On 19 April 2018 at 21:25, Steve Ebersole wrote:
> Nothing off the top of my head. The build time is in normal range on my
> machine as of this morning (8 - 10 minutes).
Great
> You mentioned a specific commit. Is that just when you noticed a change, or
> do you suspect something in that commi
Sanne -
Are you running the build task or are you executing other more specific
tasks and noticing the slowness?
On 04/19/2018 04:25 PM, Steve Ebersole wrote:
> Nothing off the top of my head. The build time is in normal range on my
> machine as of this morning (8 - 10 minutes).
>
> You mentione
Nothing off the top of my head. The build time is in normal range on my
machine as of this morning (8 - 10 minutes).
You mentioned a specific commit. Is that just when you noticed a change,
or do you suspect something in that commit?
I'm not at computer right now, but when I get back I will che
Hi all,
I'm trying to analyze the memory usage of current master of Hibernate
ORM; I started looking because of OOM errors on the PostgreSQL
testsuite (as mentioned in another thread).
So far I've seen that Mockito is allocating a "lot of stuff"; I might
be able to improve some things in that are
10 matches
Mail list logo