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.
pull/826/head
fanquake 4 years ago
parent 511e58223b
commit de3ae78eff
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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…
Cancel
Save