mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
ci: increase CPU count of sanitizer job to increase memory limit
According to the docs, https://cirrus-ci.org/guide/linux/#linux-containers, "For each CPU you can't get more than 4G of memory.", thus if we want this job to have 24GB of memory, we need to increase the CPU count to 6.
This commit is contained in:
parent
511e58223b
commit
de3ae78eff
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ task:
|
|||
<< : *GLOBAL_TASK_TEMPLATE
|
||||
container:
|
||||
image: ubuntu:focal
|
||||
cpu: 4 # Double CPU and increase Memory to avoid timeout
|
||||
cpu: 6 # Increase CPU and Memory to avoid timeout
|
||||
memory: 24G
|
||||
env:
|
||||
MAKEJOBS: "-j8"
|
||||
|
|
Loading…
Add table
Reference in a new issue