Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote: limit number of open tcp connections by default. Fixes bazelb…
…uild#5491 This change limits the number of open tcp connections by default to 100 for remote caching. We have had error reports where some use cases Bazel would open so many TCP connections that it crashed/ran out of sockets. The max. number of TCP connections can still be adjusted by specifying --remote_max_connections. See also bazelbuild#5047. RELNOTES: In remote caching we limit the number of open TCP connections to 100 by default. The number can be adjusted by specifying the --remote_max_connections flag. PiperOrigin-RevId: 202958838
- Loading branch information