From c56999b63d53ef960aa4233f75c7814da1e24b5f Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 27 Oct 2021 14:29:35 +0200 Subject: [PATCH] Memory increase for validation task --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 766ff7e703f..c41234b4c0a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -140,7 +140,7 @@ validate_task: gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 6.5 - memory: 24Gb + memory: 28Gb additional_containers: - <<: *POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE script: -- 2.39.5