Skip to content

Commit 00eb5ed

Browse files
author
Sayaan Saha
committed
Minor changes to jvm_opts
1 parent 139d896 commit 00eb5ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
docker:
66
- image: circleci/android:api-26-alpha
77
environment:
8-
JVM_OPTS: -Xmx32000m
8+
JVM_OPTS: -Xmx1024m -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=2
9+
910
steps:
1011
- checkout
1112
- run:
@@ -16,5 +17,6 @@ jobs:
1617
command: ./gradlew clean assembleDebug --no-daemon --max-workers 2
1718
- run:
1819
name: Run Tests
19-
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+
2022

0 commit comments

Comments
 (0)