Skip to content

Commit 92bc985

Browse files
authored
SONARTEXT-69 more memory for Gradle in ws script (#307)
1 parent f3f50fa commit 92bc985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ws_scan_task:
105105
<<: *SETUP_GRADLE_CACHE
106106
whitesource_script:
107107
- source cirrus-env QA
108-
- GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx1G' -Dorg.gradle.daemon=false" ./gradlew ${GRADLE_COMMON_FLAGS} :sonar-text-plugin:processResources -Pkotlin.compiler.execution.strategy=in-process
108+
- GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx3G' -Dorg.gradle.daemon=false" ./gradlew ${GRADLE_COMMON_FLAGS} :sonar-text-plugin:processResources -Pkotlin.compiler.execution.strategy=in-process
109109
- source ./export_ws_variables.sh
110110
- source ws_scan.sh
111111
allow_failures: "true"

0 commit comments

Comments
 (0)