spinframework/containerd-shim-spin

Redundant file copies for every pod start

開放

#40 建立於 2024年3月13日

 (3 則留言) (1 個反應) (0 位負責人)Rust (30 個分叉)auto 404
help wanted

倉庫指標

星標
 (138 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The startup time for a Spin application distributed as an OCI artifact is affected by several copies of the Wasm components and static assets on disk.

Since this time is spent on every pod start, my assumption is that it affects performance, in particular for applications with a higher number of components and assets.

I'd like to see if we can improve this, potentially by implementing a Spin application loader that directly uses the runwasi list of WasmLayers and skips all the copies.

貢獻者指南