Skip to content

Commit a3a3c1e

Browse files
committed
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
1 parent aab0644 commit a3a3c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task:
5555
image: family/pg-ci-freebsd-13
5656
platform: freebsd
5757
cpu: $CPUS
58-
memory: 2G
58+
memory: 4G
5959
disk: 50
6060

6161
sysinfo_script: |
@@ -166,7 +166,7 @@ task:
166166
image: family/pg-ci-bullseye
167167
platform: linux
168168
cpu: $CPUS
169-
memory: 2G
169+
memory: 4G
170170

171171
ccache_cache:
172172
folder: ${CCACHE_DIR}

0 commit comments

Comments
 (0)