containerd / runwasi

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

Fix Writing Large files to containerd content store #505

Closed jsturtevant closed 6 months ago

jsturtevant commented 7 months ago

it looks like the write failed when saving the new content. Will need to implement streaming for larger content when doing the write. Right now it writes and commits in one action: https://github.com/containerd/runwasi/blob/2171b3d841752b9dc0ac5314479059d23e9f6df8/crates/containerd-shim-wasm/src/sandbox/containerd/client.rs#L198-L201

Originally posted by @jsturtevant in https://github.com/containerd/runwasi/issues/492#issuecomment-1981250669