mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[GH-ISSUE #89] Defaults for Windows VMs #64
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @proxforge on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/PegaProx/project-pegaprox/issues/89
Originally assigned to: @mkellermann97 on GitHub.
When creating a VM in PegaProx, User should maybe be warned about using host-cpu profile as performance drops very hard because of features windows enables, when host cpu profile is used. windows enables things like credential guard, vbs etc. which is kinda based on hyper-v which is then used inside your windows vm running already on kvm.
https://forum.proxmox.com/threads/the-reasons-for-poor-performance-of-windows-when-the-cpu-type-is-host.163114/
@gyptazy commented on GitHub (Feb 27, 2026):
Hey @proxforge,
Thanks for reporting this and I think this is a special corner case where
There’re already some rough ideas how to fix and solve it, they’re not the best and just POCs of showcasing the potential fixes like: https://cdn.gyptazy.com/proxmox/patches/fix_windows2025_server_vbs_high_cpu_load/
In the end, I don’t think this should be part of PegaProx, but happy to hear more opinion on that.
Cheers,
gyptazy