feat: Add memory ballooning support (#1688)

This commit is contained in:
Luca De Petrillo 2026-05-06 07:57:31 +02:00 committed by GitHub
parent 4d01a81586
commit 0ea63962af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 255 additions and 0 deletions

View file

@ -164,6 +164,11 @@
<Path>dism.exe /online /Disable-Feature /FeatureName:Microsoft-Hyper-V /NoRestart</Path>
<Description>Disable Hyper-V role</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>3</Order>
<Path>C:\Windows\Drivers\Balloon\blnsvr.exe -i</Path>
<Description>Install VirtIO Balloon service</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">