We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9b2d0 commit b064af0Copy full SHA for b064af0
.github/workflows/sonarcloud.yml
@@ -30,3 +30,4 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
+ SONAR_SCANNER_OPTS: "-Dsonar.javascript.node.maxspace=8192 -Xmx8192m"
0 commit comments