Skip to content

Commit

Permalink
set max workers to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jan 27, 2024
1 parent 00348c5 commit 414ee95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
cache-read-only: ${{ github.repository != 'badasintended/megane' }}
- run: chmod +x gradlew
- run: ./gradlew build
- run: ./gradlew build --max-workers=8
env:
GIT_HASH: ${{ steps.vars.outputs.git_hash }}
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cache-read-only: ${{ github.repository != 'badasintended/megane' }}
- run: chmod +x gradlew
- run: ./gradlew build publishMods
- run: ./gradlew build publishMods --max-workers=8
env:
MOD_VERSION: ${{ steps.vars.outputs.version }}
CURSEFORGE_API: ${{ secrets.CURSEFORGE_API }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx3G

0 comments on commit 414ee95

Please sign in to comment.