Skip to content

Commit c05b21b

Browse files
committed
Increase Android heap memory
1 parent d59271b commit c05b21b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Run Android tests
103103
env:
104-
GRADLE_OPTS: -Xmx2g -XX:MaxMetaspaceSize=512m
104+
GRADLE_OPTS: -Xmx4g -XX:MaxMetaspaceSize=768m
105105
run: |
106106
echo "STOREFRONT_DOMAIN=\"myshopify.com\"" > sample/.env
107107
yarn module build

sample/scripts/test_android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
cd android
66

7-
./gradlew clean test --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a
7+
./gradlew clean test --no-daemon --console=plain -Dorg.gradle.workers.max=1 -PreactNativeArchitectures=arm64-v8a

0 commit comments

Comments
 (0)