[llvm] [ci] limit parallel windows compile jobs to 24 (PR #93329)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 07:27:57 PDT 2024


Meinersbur wrote:

@Endilll  I think this PR is to avoid OOM errors (Compiling Flang requires >8GB RAM per `.cpp`). msvc being multi-threaded (i.e. NOT specifying `/cgthreads1`) still enables more parallelism that those 24 compile jobs. In my experience, `/cgthreads` does not change memory usage.

https://github.com/llvm/llvm-project/pull/93329


More information about the llvm-commits mailing list