我正在使用 Samba 將資料夾從 Linux 共用到 Windows 用戶端 (Windows Server 2012 R2)。支援 Linux 共享的磁碟速度相當快(NAS 速度超過 500 MB/s)。然而,當我在 Windows 機器上對 IO 效能進行基準測試時,我只能得到大約 200 MB/s。
這是我到目前為止所嘗試過的:
設定這些選項(從 100 MB/s 提高到 200 MB/s)
aio read size = 1 aio write size = 1 aio write behind = true
設定這些選項(無改進)
socket options=SO_RCVBUF=131072 SO_SNDBUF=131072 TCP_NODELAY
如何提高 IO 效能?