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:mitigations [2026/03/22 21:15] niziakvm:proxmox:kvm:windows:mitigations [2026/08/04 20:19] (current) niziak
Line 8: Line 8:
   * ''ivybridge'' CPU mark 4236. Memory mark: 1899. User experience slower than ''kvm64''   * ''ivybridge'' CPU mark 4236. Memory mark: 1899. User experience slower than ''kvm64''
   * ''ivybridge-IBRS'' - (Adds only ''spec-ctrl'') for security. CPU mark 4202. Memory mark: 1935.   * ''ivybridge-IBRS'' - (Adds only ''spec-ctrl'') for security. CPU mark 4202. Memory mark: 1935.
-  * ''x86-64-v2-AES'' CPU mark 4081. Memory mark: 1906. +  * ''x86-64-v2-AES'' CPU mark4081. Memory mark: 1906. 
-  * ''kvm64'' CPU mark 4030 +  * ''kvm64'' CPU mark4030. Memory mark: 1931. 
-  * ''host'' + ''hv-passthrough''CPU mark 4249+  * ''host'' + ''hv-passthrough''- pass HyperV flags to guest to let him know that it runs under VM. CPU mark 4249. Memory mark: 1899.
   * ''host'' - **insanely slow!!!** CPU mark 2750   * ''host'' - **insanely slow!!!** CPU mark 2750
  
-<file init /etc/pve/qemu-server/xxx.conf>+Benchmark 2 (new Proxmox, No numa, pinned to 8 cores - every 2nd to skip HT -  from 1 socket) 
 +  * ''kvm64,flags=+aes;-md-clear;-spec-ctrl'' - CPU mark: 3713, Memory mark: 2093   
 +  * ''IvyBridge,flags=+aes;-md-clear;-spec-ctrl''  - CPU mark: 3864, Memory mark: 1984 
 + 
 + 
 +<file ini /etc/pve/qemu-server/xxx.conf>
 args: -cpu host,hv-passthrough args: -cpu host,hv-passthrough
-</conf>+</file>
  
  
Line 32: Line 37:
 reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f
 </code> </code>
-