We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basically I've faced an issue #586 from kvm-guest-drivers-windows.
Installation of "Balloon" (virtio-balloon) driver system from "virtio-win-gt-x64.msi / virtio-win-guest-tools.exe / virtio-win.iso v 0.1.225" on Windows 22H2 x64 , makes guest system think that ~85% of RAM (3.4/4 GB) is occupied. it greatly hurts performance and makes programs unusable.
To revert this behaviour user needs to either:
To Reproduce Steps to reproduce the behavior:
Expected behavior Windows show usual amount of RAM
Comparison screenshots:
"VirtIO Balloon Driver" disabled - 1.5/4.0 GB (38%) used
"VirtIO Balloon Driver" enabled - 3.8/4.0 GB (88%) used
The text was updated successfully, but these errors were encountered:
casualsnek
No branches or pull requests
Basically I've faced an issue #586 from kvm-guest-drivers-windows.
Installation of "Balloon" (virtio-balloon) driver system from "virtio-win-gt-x64.msi / virtio-win-guest-tools.exe / virtio-win.iso v 0.1.225" on Windows 22H2 x64 , makes guest system think that ~85% of RAM (3.4/4 GB) is occupied. it greatly hurts performance and makes programs unusable.
To revert this behaviour user needs to either:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Windows show usual amount of RAM
Comparison screenshots:
"VirtIO Balloon Driver" disabled - 1.5/4.0 GB (38%) used
"VirtIO Balloon Driver" enabled - 3.8/4.0 GB (88%) used
The text was updated successfully, but these errors were encountered: