From aff520247834301c7fe2db0421c4f59a5d4c5ee8 Mon Sep 17 00:00:00 2001 From: adarro Date: Sun, 25 Aug 2024 11:26:36 -0600 Subject: [PATCH] :construction: adjusting sonar ci build memory --- .github/workflows/sonar_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar_analysis.yml b/.github/workflows/sonar_analysis.yml index ced510d6..2d2d56e1 100644 --- a/.github/workflows/sonar_analysis.yml +++ b/.github/workflows/sonar_analysis.yml @@ -35,4 +35,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build aggregateScoverage sonar --info + run: ./gradlew build aggregateScoverage sonar --info org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m