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 139d896 commit 00eb5edCopy full SHA for 00eb5ed
.circleci/config.yml
@@ -5,7 +5,8 @@ jobs:
5
docker:
6
- image: circleci/android:api-26-alpha
7
environment:
8
- JVM_OPTS: -Xmx32000m
+ JVM_OPTS: -Xmx1024m -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=2
9
+
10
steps:
11
- checkout
12
- run:
@@ -16,5 +17,6 @@ jobs:
16
17
command: ./gradlew clean assembleDebug --no-daemon --max-workers 2
18
19
name: Run Tests
- command: ./gradlew :AndroidSDKTests:testDebugUnitTest --no-daemon --max-workers 2
20
+ command: ./gradlew :AndroidSDKTests:testDebugUnitTest --no-daemon -Pkotlin.incremental=false --max-workers=2 # --info --stacktrace
21
22
0 commit comments