You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Davide Giannella <gi...@gmail.com> on 2014/06/12 12:26:40 UTC

increase heap size for ci/travis

Hello there,

as of an IT test we have a fail in the build due to OOM.


Tests in error:

deleteConcurrently(org.apache.jackrabbit.oak.jcr.OrderedIndexConcurrentClusterIT):
GC overhead limit exceeded

I don't really know how to reduce the memory usage of the test I'd
suggest to increase the heap for the IT to 2GB.

Who/how can we do it?

Cheers Davide


Re: increase heap size for ci/travis

Posted by Davide Giannella <gi...@gmail.com>.
On 12/06/2014 15:01, Marcel Reutegger wrote:
> Hi,
>
> I just saw the OOME as well on my machine. I¹ll analyze the heap
> dump... 
>
> Ideally we can reduce the memory usage and don¹t need to increase
> it.
thanks.

for now I files OAK-1886 and ignored the test in trunk and backported to
1.0 for ease the build. Details in the ticket itself.

https://issues.apache.org/jira/browse/OAK-1886

D.



Re: increase heap size for ci/travis

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Thu, Jun 12, 2014 at 9:01 AM, Marcel Reutegger <mr...@adobe.com> wrote:
> Ideally we can reduce the memory usage and don¹t need to increase it.

+1

If we do need to increase heap size, the setting to change is the
test.opts.memory property in oak-parent/pom.xml.

BR,

Jukka Zitting

Re: increase heap size for ci/travis

Posted by Marcel Reutegger <mr...@adobe.com>.
Hi,

I just saw the OOME as well on my machine. I¹ll analyze the heap
dump... 

Ideally we can reduce the memory usage and don¹t need to increase
it.

Regards
 Marcel

On 12/06/14 12:26, "Davide Giannella" <gi...@gmail.com> wrote:

>Hello there,
>
>as of an IT test we have a fail in the build due to OOM.
>
>
>Tests in error:
>
>deleteConcurrently(org.apache.jackrabbit.oak.jcr.OrderedIndexConcurrentClu
>sterIT):
>GC overhead limit exceeded
>
>I don't really know how to reduce the memory usage of the test I'd
>suggest to increase the heap for the IT to 2GB.
>
>Who/how can we do it?
>
>Cheers Davide
>