Skip to content

Commit cda472c

Browse files
authored
Increase Android heap memory (#249)
1 parent d59271b commit cda472c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)