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 fail ( yay?)
https://builds.apache.org/job/Jackrabbit-Oak-Windows/
Granted, I have not set any -Xmx flag for this job so I don't know how
much memory it's taking. I see the 'main' job uses -Xmx2g, so maybe we
can bump it up to -Xmx3g, just as a test?
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.
Michael