You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merge small layers of images after de-duplicated by the chunk dict to improve image runtime performance
TODO
Runtime System
Feature
Description
Status
Streaming Prefetch
previous prefetch method was at the file and chunk level, which resulted in high QPS and connection counts for the backend, the streaming prefetch implements at the blob level.
analyze and prioritize prefetching the files that container need to access first, and build this high-priority data into a separate image layer for prefetching during the image startup phase.
Build System
nydusify commit
commits a new nydus image from a nydus container, likedocker/nerdctl commit
.Runtime System
Stability & Docs
The text was updated successfully, but these errors were encountered: