File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ task:
243
243
name : ' [TSan, depends, gui] [lunar]'
244
244
<< : *GLOBAL_TASK_TEMPLATE
245
245
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
248
248
docker_arguments :
249
249
CI_IMAGE_NAME_TAG : ubuntu:lunar
250
250
FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
@@ -298,7 +298,7 @@ task:
298
298
<< : *GLOBAL_TASK_TEMPLATE
299
299
container :
300
300
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
302
302
docker_arguments :
303
303
CI_IMAGE_NAME_TAG : ubuntu:focal
304
304
FILE_ENV : " ./ci/test/00_setup_env_i686_multiprocess.sh"
You can’t perform that action at this time.
0 commit comments