-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When icecream is disabled we are imposing an artificial limit of just processors, presumably to protect against people getting used to using something like -j500 melting their machine when all compiles are run locally. However, ninja by default uses processors + 2 when no -j flag is passed. I think we should change our cap to be at least this high rather than overriding ninja's default.