[hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

Sanne Grinovero sanne at hibernate.org
Sat Apr 20 15:20:56 EDT 2013


Hi Steve,
from the Jenkins console I couldn't figure it out either; I looked on
the server and it seems the system kernel killed a java process
because it needed more memory.

The system has plenty of memory available now that no tests are
running (about 1700MB), but from system logs it seems it regularly
kills some java ORM process; this is not a regular out-of-heap size so
it might be worth a short to revert the gradle memory options from

maxHeapSize = "2048m"

to

maxHeapSize = "1024m"

I had applied that change myself when we had the OOMs before because
of the leak we profiled ...
Also I'll keep in mind at the next machine refresh that we might want
more memory.

Cheers,
Sanne


On 20 April 2013 17:24, Steve Ebersole <steve at hibernate.org> wrote:
> Can someone tell me why
> http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as failing?
>
> I looked in console and test output and see nothing (although it only
> runs the hibernate-c3p0 tests).
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev


More information about the hibernate-dev mailing list