diff options
author | Julien Carsique <julien.carsique@sonarsource.com> | 2022-10-24 11:46:53 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-24 20:04:04 +0000 |
commit | 3e5e886cab8c75cc587f4978510343e29bc33d95 (patch) | |
tree | 5549102da8bc3e99b5891c4cd7c8e168b947576d /.cirrus.yml | |
parent | e3da087ff4e723ea4ad43e1d95f3ebe58f869888 (diff) | |
download | sonarqube-3e5e886cab8c75cc587f4978510343e29bc33d95.tar.gz sonarqube-3e5e886cab8c75cc587f4978510343e29bc33d95.zip |
BUILD-2057 increase builder memory
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f4530c662a3..30f7fdcf688 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -63,7 +63,7 @@ docker_build_container_template: &GKE_CONTAINER_TEMPLATE zone: us-central1-a namespace: default cpu: 1 - memory: 1Gb + memory: 2Gb oracle_additional_container_template: &ORACLE_ADDITIONAL_CONTAINER_TEMPLATE name: oracle |