Skip to content

Commit 139d896

Browse files
author
Sayaan Saha
committed
Add more heap memory
1 parent 4d86489 commit 139d896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ jobs:
55
docker:
66
- image: circleci/android:api-26-alpha
77
environment:
8-
JVM_OPTS: -Xmx80m
8+
JVM_OPTS: -Xmx32000m
99
steps:
1010
- checkout
1111
- run:
1212
name: Download Dependencies
1313
command: ./gradlew androidDependencies
1414
- run:
1515
name: Create Build
16-
command: ./gradlew clean assembleDebug
16+
command: ./gradlew clean assembleDebug --no-daemon --max-workers 2
1717
- run:
1818
name: Run Tests
1919
command: ./gradlew :AndroidSDKTests:testDebugUnitTest --no-daemon --max-workers 2

0 commit comments

Comments
 (0)