2 writes to _nodeCoreAllocationWeight
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
249
if (!int.TryParse(Environment.GetEnvironmentVariable("MSBUILDNODECOREALLOCATIONWEIGHT"), out
_nodeCoreAllocationWeight
)
253
_nodeCoreAllocationWeight
= 0;
3 references to _nodeCoreAllocationWeight
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
250
||
_nodeCoreAllocationWeight
<= 0
251
||
_nodeCoreAllocationWeight
> 100)
1461
int implicitlyGrantedCores = Math.Max(1, (_schedulingData.ExecutingRequestsCount *
_nodeCoreAllocationWeight
) / 100);