larsrc-google
larsrc-google
I agree on keeping the basil reference for historical reasons. As long as we don't reference Basil from Faulty Towers. -Lars On Fri, 3 Sept 2021 at 11:47, Jin ***@***.***>...
Could you clarify which pages you're talking about?
I don't know the details of all the worker implementations. Does it happen without the build_tools_version change on 6.0.0? You could check with `bazel aquery` if the two Bazel versions...
Ok, so I'm trying to reproduce this on my Linux box, using cgroups to limit the amount of memory available for the Bazel process and its subprocesses. At 1GB, it's...
I would expect this would be a rules change rather than a Bazel change. @timpeut, could you take a look?
What does the server log say during the shutdown (use `bazel info | grep server_log` before shutdown to find the log)?
It does indicate that it finishes the shutdown command within a fraction of a second. So it's not that something within Bazel itself waiting forever during the shutdown command, but...
For starlark-defined rules, you can give such a function indeed. But the CppLink function is based on the internal graph, which tends to have a huge amount of relatively small...
Here's what I would suggest trying: In `CppLinkAction.createSpawn()`, pass the inputs instead of merely the count of inputs into `estimateResourceConsumptionLocal`. In there, compute the size of the inputs and use...
Nice that your estimates are stable across various options variations. Did you do any benchmarks with your resulting memory estimations?