Recent content by _gabriel

  1. G

    Windows 11 High RAM usage

    Try to boot in safe mode to compare Memory , try to disable all startup apps to dig out. 6 GB memory is too low for Windows 11 and many apps. 8 GB is the minimum , 12-16 GB is many apps running , many files used.
  2. G

    Windows 11 High RAM usage

    For the inside guest memory usage, what about full screenshot of Task Manager's Memory section , showing Paged pool and Hardware reserved.
  3. G

    Windows 11 High RAM usage

    https://forum.proxmox.com/threads/memory-usage-overstated-when-passing-through-gpu.175603/post-814736
  4. G

    Windows 11 High RAM usage

    GPU passthrough ?
  5. G

    kvm: Desc next is 2

    Virtio SCSI .208 has bug too. Fixed in .302 ( https://github.com/virtio-win/kvm-guest-drivers-windows/issues/1453 )
  6. G

    [SOLVED] How do I list the directories/file on my local drive?

    Please don't answer with another question, it's endless.
  7. G

    [SOLVED] How do I list the directories/file on my local drive?

    To find data accidentally stored in mount points, Mount temporarily / to /mnt/tmp mkdir /mnt/tmp chattr +i /mnt/tmp mount --bind / /mnt/tmp gdu /mnt/tmp
  8. G

    Can't update - No space left on device

    1TB Samsung is wasted as you only use 90 GB because you have deleted the original local-lvm partition. SSD is recommended for guests OS as SSD is much faster than HDD, guests DATA can be stored on HDD. Don't forget to setup backup, I think one other 18TB is for.
  9. G

    Qemu-Gest-Agent

    Upgraded one few VMs , no problem with Virtio SCSI but I was able to reproduce problem only with the reproducer as no i/o intensive here. Tests were done after fix : https://github.com/virtio-win/kvm-guest-drivers-windows/issues/1453 For Qemu Agent itself , I'm testing if editing dcomcnfg.exe...
  10. G

    Qemu-Gest-Agent

    btw, v285 has issues with virtio-scsi drivers, upgrade to v302
  11. G

    Poor user experience with Windows Server 2025 on Proxmox

    Good catch, OS type Windows is a key, as Proxmox VE adds automatically Hyper-V Spinlocks and Enlightenments to qemu command line.
  12. G

    Bad Windows network performance - how to improve?

    sorry english is not my native language. Were the number of running VMs, assigned vCPUs, CPU load, and network load similar—or even idle—across both virtualization hosts?
  13. G

    Bad Windows network performance - how to improve?

    are, during the test, running the same among of VMs , vCPUs , load ? Check if power profile in BIOS is set to Max instead sometimes default balanced power.
  14. G

    Bad Windows network performance - how to improve?

    vmware and Proxmox ve using same cpu ?
  15. G

    Can't update - No space left on device

    delete iso to recover space. then apt install ncdu with ncdu / you can browse to find other big files.