[build] Increase Gradle heap size in Gazebo build (#3028)

Builds have been intermittently failing due to Gradle running out of memory.
This commit is contained in:
Prateek Machiraju
2021-01-01 13:29:55 -05:00
committed by GitHub
parent f5e0fc3e9a
commit dfdd6b3891

View File

@@ -12,4 +12,4 @@ jobs:
with:
fetch-depth: 0
- name: Build with Gradle
run: ./gradlew build -PbuildServer -PmakeSim
run: ./gradlew build -PbuildServer -PmakeSim -Dorg.gradle.jvmargs=-Xmx2g