meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:kvm:windows [2025/01/09 08:08] niziakvm:proxmox:kvm:windows [2025/01/09 08:35] (current) niziak
Line 13: Line 13:
 ====== Tuning Guest ====== ====== Tuning Guest ======
   * [[https://pve.proxmox.com/wiki/Performance_Tweaks|Performance Tweaks]]   * [[https://pve.proxmox.com/wiki/Performance_Tweaks|Performance Tweaks]]
-  * Expose native CPU to GuestChange Processor type to **host** (NOTE: Take care about [[vm:proxmox:kvm:windows:mitigations]])+  * Use ''kvm64'' CPU: [[https://www.reddit.com/r/Proxmox/comments/18w5k8c/windows_vm_insanely_slow/|Windows VM insanely slow]] 
 +  * [[vm:proxmox:kvm:windows:mitigations]])
   * Do not enable any caching on storage devices, it slows down everything!   * Do not enable any caching on storage devices, it slows down everything!
   * If HDD is used, create ZFS SLOG and L2ARC cache on SSD/NVM   * If HDD is used, create ZFS SLOG and L2ARC cache on SSD/NVM
Line 23: Line 24:
  
 <code powershell> <code powershell>
-reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios" /v HypervisorEnforcedCodeIntegrity /t REG_DWORD /d 0 /f+reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f
 </code> </code>