Set Xmx to 2G

This commit is contained in:
Johannes Frohnmeyer 2022-01-28 15:58:32 +00:00
parent e8f8e85af8
commit 7e8ea49b2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=-Xmx2G"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle