summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2022-09-22 11:35:46 +1200
committerThomas Munro <tmunro@postgresql.org>2022-09-22 11:36:19 +1200
commita3a3c1ea87804c9efddf53fc2e7793993630a034 (patch)
tree5e939f0c10c3ce17284d62b721ab81bda5e02b15 /.cirrus.yml
parentaab06442d488364f8861219cb8864a16b6d0d4e4 (diff)
downloadpostgresql-a3a3c1ea87804c9efddf53fc2e7793993630a034.tar.gz
ci: Increase requested memory size.
CI builds recently started failing with: "Memory size for 4.0 vCPU instance should be between 3840MiB and 26624MiB, while 2048MiB is requested." Ok then, let's ask for 4G instead of 2G. This may be due to a change in the type of instance used to work around an outage, per: https://twitter.com/cirrus_labs/status/1572657320093712384
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 81eb8a9996..df91b89353 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -55,7 +55,7 @@ task:
image: family/pg-ci-freebsd-13
platform: freebsd
cpu: $CPUS
- memory: 2G
+ memory: 4G
disk: 50
sysinfo_script: |
@@ -166,7 +166,7 @@ task:
image: family/pg-ci-bullseye
platform: linux
cpu: $CPUS
- memory: 2G
+ memory: 4G
ccache_cache:
folder: ${CCACHE_DIR}