On Fri, 2024-12-20 at 12:37 -0500, Alan Grimes wrote:
> Hey, does Ninja have scaling problems? I'm getting MANY failures when it 
> tries to build on 64 threads.... (BIIIIG BAWX).
> 

Ninja doesn't (yet) support the GNU Make jobserver protocol, so if you
have a build system that mixes ninja with other stuff, you'll often
wind up going way over your job limit:

* https://github.com/ninja-build/ninja/issues/1139
* https://github.com/ninja-build/ninja/pull/2506


Reply via email to