Skip to content

Commit d54f080

Browse files
committed
reduce gradle max-workers to avoid OOM errors
1 parent c863198 commit d54f080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- /usr/local/android-sdk-linux/extras
2121
- run:
2222
name: Run checks
23-
command: ./gradlew clean test lint --continue --console=plain --max-workers=4
23+
command: ./gradlew clean test lint --continue --console=plain --max-workers=3
2424
- store_artifacts:
2525
path: lib/build/reports
2626
destination: reports

0 commit comments

Comments
 (0)