]> source.dussan.org Git - sonarqube.git/commitdiff
Increase memory for OWASP dependency check task.
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Tue, 6 Oct 2020 06:34:39 +0000 (08:34 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 6 Oct 2020 20:07:39 +0000 (20:07 +0000)
.cirrus.yml

index aa76d281daa5529abf1ce6a0cc2d52e461ca3adb..e4649a0108cec684e32e79044264a914473abca1 100644 (file)
@@ -410,7 +410,7 @@ owasp_check_task:
   gke_container:
     <<: *GKE_CONTAINER_TEMPLATE
     cpu: 1.7
-    memory: 2Gb
+    memory: 4Gb
   environment:
     # No need to clone the full history.
     # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
@@ -428,4 +428,4 @@ owasp_check_task:
     slack_notification_script:
       - ./private/cirrus/cirrus-owasp-notification.sh
     reports_artifacts:
-      path: "build/reports/*"
\ No newline at end of file
+      path: "build/reports/*"