Skip to content

Commit 96c2d12

Browse files
bnbarhammikeash
authored andcommitted
[Build] Limit Ubuntu 18.04 LSAN CI to 12 link jobs
It's currently running out of memory, likely due to the machine's high core count and linking many jobs at once. Limit to 12 only. (cherry picked from commit a705ee2)
1 parent e8d19ac commit 96c2d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,9 @@ reconfigure
11971197
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=DA,test=no]
11981198
build-subdir=buildbot_incremental_lsan
11991199

1200+
llvm-cmake-options=-DLLVM_PARALLEL_LINK_JOBS=12
1201+
swift-cmake-options=-DSWIFT_PARALLEL_LINK_JOBS=12
1202+
12001203
release-debuginfo
12011204
assertions
12021205
enable-lsan

0 commit comments

Comments
 (0)