From 9c4f81390e6739fa09f596d359d66c181db9ad1c Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:34:39 +0200 Subject: [PATCH] Increase memory for OWASP dependency check task. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/*" -- 2.39.5