Grzegorz Lukasik
Results
11
comments of
Grzegorz Lukasik
Possibly the bug was introduced in this commit @susinmotion ? https://github.com/bazelbuild/bazel/commit/7f530c88cf3b66b7ff0c585f1cedf401e01138f0#diff-95029ccab6cd5d02bb23eb7c648ed9b57da4f02f21dc95a903aed959a28754caR390 ```diff - double reserveMemory = - staticResources.getMemoryMb() * (100.0 - this.ramUtilizationPercentage) / 100.0; + double reserveMemory = staticResources.getMemoryMb(); remainingRam...