Skip to content

Commit

Permalink
Update sonar-spring-cloud-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Aug 26, 2024
1 parent 9103446 commit eb8f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-spring-cloud-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
JAVA_OPTS: "-Xmx3062m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=128m"
JAVA_OPTS: "-Xmx3062m -XX:MaxMetaspaceSize=512m -XX:ReservedCodeCacheSize=128m"
SONAR_SCANNER_OPTS: "-Xmx3062m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=128m"
MAVEN_OPTS: "-Xmx3062m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=128m"
run: |
Expand Down

0 comments on commit eb8f02a

Please sign in to comment.