Skip to content

Commit

Permalink
Increase threads from 1.0 to 1.5 threads per core
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburling committed Jan 27, 2024
1 parent aa970c6 commit 9f9f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cache: 'maven'

- name: 'Run Maven Build'
run: mvn --threads 1C --quiet --batch-mode -Dmaven.build.cache.enabled=false -Dapidocgen.skip=false verify
run: mvn --threads 1.5C --quiet --batch-mode -Dmaven.build.cache.enabled=false -Dapidocgen.skip=false verify
working-directory: ./apps

- name: 'Install yq'
Expand Down

0 comments on commit 9f9f922

Please sign in to comment.