Commit 9943380
authored
Fix issue with grpc message limit (#439)
I'm not sure what's happening, but I get `grpc: received message larger
than max (16777263 vs. 16777216)` error when using imgtool from new
release.
The containerd client should be slicing writes to fit within limit
https://github.com/containerd/containerd/blob/api/v1.10.0/core/content/proxy/content_writer.go#L82
But for some reason that is not happening.
I haven't figured out what's going on, I suggest that we just lower
buffer size in imgtool.1 parent 1aba20f commit 9943380
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments