Throttling Building LLVM

  • Hello,

    I am building packages that require LLVM, and building LLVM either hangs (LE 12) or bails out (LE 13).

    This occurs because my system does not have enough RAM and swap space for building LLVM with the default thread count.

    I would prefer not to increase RAM or swap space.

    Is there a variable I can add to the build command to limit the number of threads used during build?

    I am certain there is one, but it rolled out of my command cache, and I can't find one in the code or in this forum.

    Thank you in advance for any help with this.