Windows image snapshot folder size is very large #12693
Unanswered
daishuqin1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need import 5 windows images into containerd. All of these 5 images are used the same base windows image mcr.microsoft.com/dotnet/runtime:8.0-windowsservercore-ltsc2022 which size is 4 GB.
And the 1st image will create a 1 GB text file on new layer, the 2nd image create 2 GB text file, the 3rd image create a 3 GB text file, the 4th image create a 4 GB text file, the 5th image create a 5 GB text file.
The total size of all these 5 images = 4GB + 1GB + 2GB + 3GB+ 4 GB+ 5GB = 19 GB.
But I see the snapshotter folder size increase to 52 GB, this is much bigger than expect!
containerd\root\io.containerd.snapshotter.v1.windows
My question are:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions