Skip to content

Commit

Permalink
ci: update java opts for android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Nov 18, 2024
1 parent 86fdfb3 commit 10b3997
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 @@ -164,7 +164,7 @@ jobs:
- name: Build example for Android
env:
JAVA_OPTS: '-XX:MaxHeapSize=6g'
JAVA_OPTS: '-Xmx4g -XX:MaxHeapSize=4g -XX:MaxMetaspaceSize=1g'
run: |
echo "MAPS_API_KEY=FAKE_API_KEY" > example/android/local.properties
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
Expand Down

0 comments on commit 10b3997

Please sign in to comment.