Skip to content

Commit

Permalink
[cmake] Increased RAM per heavy_task to 6 GB (was 4).
Browse files Browse the repository at this point in the history
Should avoid out-of-ram in CI on smaller machines.
  • Loading branch information
bilke committed Mar 11, 2022
1 parent 0017565 commit c5e2938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/JobPools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ set(CMAKE_JOB_POOL_LINK light_tasks)
if(APPLE_ARM)
setup_job_pool(heavy_tasks 2500)
else()
setup_job_pool(heavy_tasks 4000)
setup_job_pool(heavy_tasks 6000)
endif()

0 comments on commit c5e2938

Please sign in to comment.