2302 output is double the size of 2301 #423
-
The 2301 output was around 2GB but the 2302 output is around 4GB, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Aha, this is because 2302 uses VHDX now. And as our script is running in Linux, we have only limited ways to manipulate VHDX, and thus the generated VHDX is large. In windows, you can try |
Beta Was this translation helpful? Give feedback.
-
Could you explain more in detail how to do that (If it's not that complicated) ? |
Beta Was this translation helpful? Give feedback.
Aha, this is because 2302 uses VHDX now. And as our script is running in Linux, we have only limited ways to manipulate VHDX, and thus the generated VHDX is large. In windows, you can try
Optimize-VHD system.vhdx
, and thesystem.vhdx
can reduce half of its size. But in Linux, we don't have tools to "optimize" it.