Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Set the JVM to 2048 and --max-workers to 2
  • Loading branch information
Ethan Hall authored Aug 6, 2018
1 parent dfe056a commit 4e2cd14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
- image: openjdk:8-jdk
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx2048m
steps:
- run:
name: Prepair System
Expand All @@ -27,7 +27,7 @@ jobs:
- ~/.gradle
- run:
name: Run Build
command: ./gradlew build --console plain
command: ./gradlew build --console plain --max-workers=2

- run:
name: Save test results
Expand All @@ -44,7 +44,7 @@ jobs:
docker:
- image: openjdk:8-jdk
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx2048m
steps:
- checkout

Expand Down

0 comments on commit 4e2cd14

Please sign in to comment.