Increasing Java memory allocation and changing the stack size on Github Actions #4333
-
Do you know if and how I can set increase Java memory and change the stack size on Github Actions? In Oxygen XML it has helped (thanks a lot again, @raducoravu) to change the JVM arguments. But I could not figure out how to do that on Github Actions. Here the builds are also failing with a
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@stefan-jung You might want to try larger runners. |
Beta Was this translation helpful? Give feedback.
-
Setting this has helped: env:
ANT_OPTS: '-Xmx12000m -Xss10m' |
Beta Was this translation helpful? Give feedback.
Setting this has helped: