casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.87k stars 75 forks source link

Add warning that "Windows 10 guest not seeing free memory with balloon driver" #111

Open xalt7x opened 1 year ago

xalt7x commented 1 year ago

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:

  1. Install full set of drivers including Balloon from "virtio-win-gt-x64.msi / virtio-win-guest-tools.exe / virtio-win.iso v 0.1.225" on Windows 22H2 x64
  2. Check Task Manager. It will show enormous RAM usage

Expected behavior Windows show usual amount of RAM

Comparison screenshots:

2022-12-25_13-35 "VirtIO Balloon Driver" disabled - 1.5/4.0 GB (38%) used

2022-12-25_13-35_1 "VirtIO Balloon Driver" enabled - 3.8/4.0 GB (88%) used