Increase vCPU to 5 because of cirrus resource limit change.
Cirrus CI now requires that RAM (in GiB) be less than 4*vCPU. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
bb6079133c
commit
d399d3ae1b
@ -1,7 +1,7 @@
|
||||
task:
|
||||
name: build-test-ubuntu2004
|
||||
container:
|
||||
cpu: 4
|
||||
cpu: 5
|
||||
memory: 20
|
||||
dockerfile: .cirrus/Dockerfile.ubuntu20.04
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user