Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3a3c1e

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 and26624MiB, 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 aroundan outage, per:https://twitter.com/cirrus_labs/status/1572657320093712384
1 parentaab0644 commita3a3c1e

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)

[8]ページ先頭

©2009-2025 Movatter.jp