Skip to content

Commit de3ae78

Browse files
committed
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.
1 parent 511e582 commit de3ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ task:
113113
<< : *GLOBAL_TASK_TEMPLATE
114114
container:
115115
image: ubuntu:focal
116-
cpu: 4 # Double CPU and increase Memory to avoid timeout
116+
cpu: 6 # Increase CPU and Memory to avoid timeout
117117
memory: 24G
118118
env:
119119
MAKEJOBS: "-j8"

0 commit comments

Comments
 (0)