Skip to content

Commit

Permalink
reduce gradle max-workers to avoid OOM errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Apr 30, 2021
1 parent d0fdb1c commit 48117f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- /usr/local/android-sdk-linux/extras
- run:
name: Run checks
command: ./gradlew clean test lint --continue --console=plain --max-workers=4
command: ./gradlew clean test lint --continue --console=plain --max-workers=3
- store_artifacts:
path: lib/build/reports
destination: reports
Expand Down

0 comments on commit 48117f5

Please sign in to comment.