meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox:kvm:windows [2020/05/12 06:57] – ↷ Page moved from vm:proxmox:windows to vm:proxmox:kvm:windows niziak | vm:proxmox:kvm:windows [2025/01/09 08:35] (current) – niziak | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | NOTE: '' | ||
+ | |||
+ | ===== Win7 ===== | ||
+ | * WIN7: do not enable KVM storage cache. Writeback cache slows down everything. | ||
+ | |||
+ | |||
+ | ====== Tuning Guest ====== | ||
+ | * [[https:// | ||
+ | * Use '' | ||
+ | * [[vm: | ||
+ | * 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 | ||
+ | * <code shell> | ||
+ | |||
+ | ===== Disable Core isolation ===== | ||
+ | |||
+ | '' | ||
+ | |||
+ | <code powershell> | ||
+ | reg add " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Windows 10 ===== | ||
+ | * Change | ||
+ | * Disable suspending: " | ||
+ | * Disable hibernation: | ||
+ | * launch " | ||
+ | * set value of '' | ||
+ | * go to '' | ||
+ | * then go to " | ||
+ | |||
+ | |||
+ | |||