Skip to content

Commit a705ee2

Browse files
committed
[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.
1 parent 4480d89 commit a705ee2

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
@@ -1215,6 +1215,9 @@ reconfigure
12151215
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=DA,test=no]
12161216
build-subdir=buildbot_incremental_lsan
12171217

1218+
llvm-cmake-options=-DLLVM_PARALLEL_LINK_JOBS=12
1219+
swift-cmake-options=-DSWIFT_PARALLEL_LINK_JOBS=12
1220+
12181221
release-debuginfo
12191222
assertions
12201223
enable-lsan

0 commit comments

Comments
 (0)