Skip to content

Commit 10b3997

Browse files
committed
ci: update java opts for android builds
1 parent 86fdfb3 commit 10b3997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Build example for Android
166166
env:
167-
JAVA_OPTS: '-XX:MaxHeapSize=6g'
167+
JAVA_OPTS: '-Xmx4g -XX:MaxHeapSize=4g -XX:MaxMetaspaceSize=1g'
168168
run: |
169169
echo "MAPS_API_KEY=FAKE_API_KEY" > example/android/local.properties
170170
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)