-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for Jenkins builds failing with "Java heap space" errors #464
Conversation
@laeubi : no idea what is wrong, but maven seem to read JVM argument as maven option:
|
I think you mean Jenkins, not Gerrit. |
Doesn't work either. |
"Please add https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/.mvn/jvm.config to this repository as well, it should help with that OOM errors as currently only 1GB of 4G is used by default." but you put it in maven.config. It's well documented and explained in https://maven.apache.org/configure.html . |
I'm allowed to make mistakes, OK? |
Sure, that's why I point you to the detailed documentation for reference in the future. |
a484305
to
874819d
Compare
874819d
to
aab0971
Compare
The options where introduced for all builds of the p2 repo via eclipse-equinox#464 Having it enabled can cause problems in GitHub workflows that are sensitive to the printout.
Fixes #463