Reland "Limit number of concurrent gsutil cp calls"
This is a reland of d3cfea0c Original change's description: > Limit number of concurrent gsutil cp calls > > gsutil utilizes as many cores as possible, and will create many threads > too. In combination with gclient doing the same thing (utilize as many > cores as possible), this results in creating way too many processes and > some builders are running out of resources (e.g. can't create threads). > > This limits number of gsutil cp commands in git_cache to two. > > R=apolito@google.com, dpranke@google.com > > Bug: 1255228, 1249003 > Change-Id: Ifcccaacde6c9e1c60c1da0a0bc5a3e512e158dcc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3219900 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Bug: 1255228, 1249003 Change-Id: I712bf5f625fd42992e7b5310ae005fad2633e1a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3223155Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Showing
Please
register
or
sign in
to comment