diff --git a/.cirrus.yml b/.cirrus.yml index a8793dfd74..c4ed393ddb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -81,8 +81,8 @@ task: << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:lunar - cpu: 4 # Double CPU and Memory to avoid timeout - memory: 16G + cpu: 4 # Double CPU and increase Memory to avoid timeout + memory: 24G env: MAKEJOBS: "-j8" FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"