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:
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"
You can’t perform that action at this time.
0 commit comments