Mostyn Bramley-Moore

Results 168 comments of Mostyn Bramley-Moore

Re-reading the original issue description, @djmarcin has CI talking to bazel-remote which proxies blobs to S3 (which expires blobs 30 days after they're created), and developers using direct read-only access...

Thanks for the excellent investigation work- I will try to take a look early next week.

I think this is something worth trying to land, and it would be good to keep both implementations around at least to begin with. I hope it doesn't make cross-compilation...

Alternatively maybe we can turn the dockerhub account into an group/organisation, so I can upload manually. Not sure if that's possible.

@buchgr: could you please deploy the 1.3.1 release to dockerhub?

> If you could consider uploading ARM images it would be wonderful. Public cloud ARM machines are cheaper than x86 and quite good! Opened a new issue for this: #450.

Hmm, to make sure I understand the situation, can you confirm that you mean: * You have a bazel setup that uploads 11 thousand separate files, totalling ~20M. * You...

Actually, I think go has a 10k maximum OS thread limit (by default), at which point bazel-remote would panic and crash: https://pkg.go.dev/runtime/debug#SetMaxThreads Could the 16k OS threads be caused by...

It might be worth running with something like `--profile_address 127.0.0.1:7070` (or `--profile_port 7070` for older bazel-remote versions). If you're using docker then you'll need to use an ip other than...