Re: Build failure due to out of heap in oak-solr

2017-12-15 Thread Robert Munteanu
On Fri, 2017-12-15 at 12:52 +0100, Michael Dürig wrote: > We shouldn't add any memory setting in the Jenins jobs but rely on > the > test.opts.memory property of the parent pom.xml. This is > intentionally > set to 512M so we find out about potential regressions early. That's interesting. So if

Re: Build failure due to out of heap in oak-solr

2017-12-15 Thread Tommaso Teofili
thanks Michael, now I should be able to reproduce it by manually setting the max heap to 512M. Regards, Tommaso Il giorno ven 15 dic 2017 alle ore 12:52 Michael Dürig ha scritto: > > > On 15.12.17 12:41, Robert Munteanu wrote: > > On Fri, 2017-12-15 at 15:18 +0530, Chetan

Re: Build failure due to out of heap in oak-solr

2017-12-15 Thread Michael Dürig
On 15.12.17 12:41, Robert Munteanu wrote: On Fri, 2017-12-15 at 15:18 +0530, Chetan Mehrotra wrote: Caused by: java.lang.OutOfMemoryError: Java heap space The build is failing due to OOM in oak-solr-core https://builds.apache.org/job/Jackrabbit%20Oak/1090/ FWIW, the windows build does not

Re: Build failure due to out of heap in oak-solr

2017-12-15 Thread Robert Munteanu
On Fri, 2017-12-15 at 15:18 +0530, Chetan Mehrotra wrote: > > Caused by: java.lang.OutOfMemoryError: Java heap space > > The build is failing due to OOM in oak-solr-core > https://builds.apache.org/job/Jackrabbit%20Oak/1090/ FWIW, the windows build does not fail ( yay?)