diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7e408151b84..6b639d43c6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,8 +113,8 @@ build_task: timeout_in: 90m gke_container: <<: *GKE_CONTAINER_TEMPLATE - cpu: 4 - memory: 7Gb + cpu: 7.5 + memory: 8Gb env: # No need to clone the full history. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes |