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
Nydus can optimize the image size by using chunk dict deduplication, but this can result in small blobs, and poorly written Dockerfile can also result in a lot of small blobs, this affects the I/O read amplification, I/O merge, and data prefetch performance during the image runtime.
Possible implementation steps:
implement nydusify optimize --policy compact-blob --config opt1=val1,opt2=val2 --target $existed-nydus-image --output $new-nydus-image to generate a new image, and compact the blobs referenced by the nydus image.
The text was updated successfully, but these errors were encountered:
Nydus can optimize the image size by using chunk dict deduplication, but this can result in small blobs, and poorly written Dockerfile can also result in a lot of small blobs, this affects the I/O read amplification, I/O merge, and data prefetch performance during the image runtime.
Possible implementation steps:
nydusify optimize --policy compact-blob --config opt1=val1,opt2=val2 --target $existed-nydus-image --output $new-nydus-image
to generate a new image, and compact the blobs referenced by the nydus image.The text was updated successfully, but these errors were encountered: