From f585548bff3aeac85f0a82d6fffd5ab7adb9271c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 8 May 2025 02:06:45 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Hyper=20V?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hyper-V.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Hyper-V.md b/Hyper-V.md index 0445a49..9152926 100644 --- a/Hyper-V.md +++ b/Hyper-V.md @@ -12,6 +12,10 @@ Set-VMProcessor -VMName "" -ExposeVirtualizationExtensions $true Get-VMNetworkAdapter -VMName "" | Set-VMNetworkAdapter -MacAddressSpoofing On ``` +# 限制虛擬硬碟的讀寫速度(IOPS) + +一個 IOPS 為 8KB / s,如果要限制虛擬硬碟只能使用 100MB / s 的速度,則 IOPS 應該設定為 12800 (100 * 1024 / 8) + # 參考資料 - [開啟巢狀虛擬化在 Hyper-V 內安裝 Proxmox VE](https://medium.com/@nicholasyau/%E9%96%8B%E5%95%9F%E5%B7%A2%E7%8B%80%E8%99%9B%E6%93%AC%E5%8C%96%E5%9C%A8-hyper-v-%E5%85%A7%E5%AE%89%E8%A3%9D-proxmox-ve-edd48a4cf499) \ No newline at end of file