Any other thoughts one what to do here?

Sanne, not sure if you saw my earlier response, but heap size is 
already set to 1024m, not 2048m.  The only change I pulled over from 
that was to add jvmArgs '-XX:MaxPermSize=256m' as well.  Do you want me 
to back that out as well?


On Mon 22 Apr 2013 05:01:08 PM CDT, Steve Ebersole wrote:
> You mean for tests?  Right now I see:
>
> test {
>    ...
>    maxHeapSize = "1024m"
> }
>
>
> On Sat 20 Apr 2013 02:20:56 PM CDT, Sanne Grinovero wrote:
>> 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 <st...@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@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to