Stephen Day
Stephen Day
> What is this testing specifically? What do we mean by large? Right now, it is set to 128 MB but what condition are we hoping to trip in the...
Confirmed we may be leaking or generating undue garbage in the s3-aws driver. A fix will require further investigation.
LGTM once the variable usage is fixed and circle passes.
@RichardScothern Looks like we could do with some buffer pooling in s3.Write.
@klausenbusk Someone has to take the time to fix it or we just wait until the garbage collector gets better. From the analysis, it is clear that the [`io.copyBuffer`](https://golang.org/src/io/io.go?s=12575:12653#L377) and...
@alexkappa You could try decreasing the buffer size used by s3 but this will affect performance. Have you confirmed the restart of the registry every hour is due to memory...
`s3.chunksize` is the correct value.
`/v2/_catalog` provides the complete list of repositories in a registry. The `*` encompasses the operations that can be done on the registry catalog resource (ie `registry:catalog:*` maps to `::`). The...
@adamjaso @tarasinf Unfortunately, we don't have a list. The one presented by @adamjaso is pretty complete, but missing a few. For the most part, you can fill in with the...