We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a561df commit 044d60aCopy full SHA for 044d60a
.cirrus.yml
@@ -72,6 +72,12 @@ main_template: &MAIN_TEMPLATE
72
73
global_task_template: &GLOBAL_TASK_TEMPLATE
74
<< : *BASE_TEMPLATE
75
+ container:
76
+ # https://cirrus-ci.org/faq/#are-there-any-limits
77
+ # Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
78
+ cpu: 2
79
+ greedy: true
80
+ memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
81
<< : *MAIN_TEMPLATE
82
83
compute_credits_template: &CREDITS_TEMPLATE
0 commit comments