From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Tue, 6 Oct 2020 06:34:39 +0000 (+0200) Subject: Increase memory for OWASP dependency check task. X-Git-Tag: 8.6.0.39681~193 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c4f81390e6739fa09f596d359d66c181db9ad1c;p=sonarqube.git Increase memory for OWASP dependency check task. --- diff --git a/.cirrus.yml b/.cirrus.yml index aa76d281daa..e4649a0108c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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/*"