Skip to content

Commit

Permalink
ok, passing 12g on cmdline worked. what about 2g?
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Oct 31, 2024
1 parent 24a328b commit 99e6739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
# Build and publish locally for the test app to find the SNAPSHOT version
- name: Build ${{ env.PACKAGE_NAME }}
run: |
./gradlew :android:crt:build -Dorg.gradle.jvmargs="-Xmx12g"
./gradlew :android:crt:build -Dorg.gradle.jvmargs="-Xmx2g"
./gradlew -PnewVersion="1.0.0-SNAPSHOT" :android:crt:publishToMavenLocal
# Setup files required by test app for Device Farm testing
- name: Setup Android Test Files
Expand Down

0 comments on commit 99e6739

Please sign in to comment.