mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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
This commit is contained in:
parent
865b52af61
commit
08ddb3c085
@ -55,7 +55,7 @@ task:
|
|||||||
image: family/pg-ci-freebsd-13
|
image: family/pg-ci-freebsd-13
|
||||||
platform: freebsd
|
platform: freebsd
|
||||||
cpu: $CPUS
|
cpu: $CPUS
|
||||||
memory: 2G
|
memory: 4G
|
||||||
disk: 50
|
disk: 50
|
||||||
|
|
||||||
sysinfo_script: |
|
sysinfo_script: |
|
||||||
@ -166,7 +166,7 @@ task:
|
|||||||
image: family/pg-ci-bullseye
|
image: family/pg-ci-bullseye
|
||||||
platform: linux
|
platform: linux
|
||||||
cpu: $CPUS
|
cpu: $CPUS
|
||||||
memory: 2G
|
memory: 4G
|
||||||
|
|
||||||
ccache_cache:
|
ccache_cache:
|
||||||
folder: ${CCACHE_DIR}
|
folder: ${CCACHE_DIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user