Skip to content

Commit

Permalink
[build, github workflow] Adjust java opts
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Nov 22, 2024
1 parent 5f15623 commit d5a130f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build_and_test:
name: Scala Plugin Build & Test
runs-on: ubuntu-latest
env:
JAVA_OPTS: -Xmx8192m -XX:ReservedCodeCacheSize=512m
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit d5a130f

Please sign in to comment.