containerd / runwasi

Facilitates running Wasm / WASI workloads managed by containerd
Apache License 2.0
1.06k stars 88 forks source link

fix(precompilation): support streaming layer content in 15MB chunks #507

Closed kate-goldenring closed 6 months ago

kate-goldenring commented 7 months ago

Streams content to the containerd store in 15MB chunks in order to support precompiling larger layers

Tested with 200 MB Spin app

kate-goldenring commented 6 months ago

Just pushed a inline doc nit change to add a reference to the containerd max gRPC message size (https://github.com/containerd/runwasi/pull/507#discussion_r1516618486)

Mossaka commented 6 months ago

Going to merge this so that the spin shim can use the commit from main