Skip to content

Commit fa3761d

Browse files
author
MarcoFalke
committed
ci: Reduce tsan CPU and memory for faster scheduling
1 parent aaaa07b commit fa3761d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ task:
243243
name: '[TSan, depends, gui] [lunar]'
244244
<< : *GLOBAL_TASK_TEMPLATE
245245
container:
246-
cpu: 6 # Increase CPU and Memory to avoid timeout
247-
memory: 24G
246+
cpu: 4
247+
memory: 16G # The default memory is too small, so double everything
248248
docker_arguments:
249249
CI_IMAGE_NAME_TAG: ubuntu:lunar
250250
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
@@ -298,7 +298,7 @@ task:
298298
<< : *GLOBAL_TASK_TEMPLATE
299299
container:
300300
cpu: 4
301-
memory: 16G # The default memory is sometimes just a bit too small, so double everything
301+
memory: 16G # The default memory is too small, so double everything
302302
docker_arguments:
303303
CI_IMAGE_NAME_TAG: ubuntu:focal
304304
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"

0 commit comments

Comments
 (0)