.mvn/jvm.config: Use more memory#1809
Conversation
|
@laeubi This fixed the github-action-based matrix build on Windows / macOS, but now the Jenkins build appear to crash (probably due to exceeding memory). Do you have an idea how we can control the memory more specifically for the individual jobs/checks? |
Yes the kubernetes agent went out of memory, which is indicated, but the somewhat cryptic message (i.e. some-number killed) :
You could use the For GH workflows you can also set specific environment variables using the following syntax: Of course one could also increase the memory only a little bit more and not just double it. In general I'm not fully convinced in general that the |
|
Yes this looks quite different from what we did in the aggregator repository. But I think it runs with an 8g pod not a 4g pod. |
Yes it does. But since the Jenkins build ran fine before I think it would be a waste of resources to use a larger pod there just to have more RAM for the build at GH runners. :/ |
|
btw that the reason why I previously used a percentage of memory to use (defaults to 1/4), maintaining fixed values of RAM is always getting the wrong number sooner or later. |
Hmm, before this PR it was set to |
Let GitHub-actions-based workflows use the default. See eclipse-platform#1809.
Let GitHub-actions-based workflows use the default. See #1809.
Let GitHub-actions-based workflows use the default. See eclipse-platform#1809.
Let GitHub-actions-based workflows use the default. See eclipse-platform#1809.
Let GitHub-actions-based workflows use the default. See eclipse-platform#1809.

No description provided.