We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fdfb3 commit 10b3997Copy full SHA for 10b3997
.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
164
165
- name: Build example for Android
166
env:
167
- JAVA_OPTS: '-XX:MaxHeapSize=6g'
+ JAVA_OPTS: '-Xmx4g -XX:MaxHeapSize=4g -XX:MaxMetaspaceSize=1g'
168
run: |
169
echo "MAPS_API_KEY=FAKE_API_KEY" > example/android/local.properties
170
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
0 commit comments