search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Posted in Virtual Machine Manager | 1 Comment | 7,164 views | 27/04/2012 11:46

You can enable read optimized cache on CSV disk on Hyper-V v3.
However there is no such option on GUI to enable CSV Cache, so you should go with Powershell.

I set 4 GB memory for CSV Cache allocation: (by default, it’s 512 mb)

(Get-Cluster).SharedVolumeBlockCacheSizeInMB=4096

Then I need to enable CSV cache on clustered disk:

Get-ClusterSharedVolume "Cluster Disk 1" | Set-ClusterParameter CsvEnableBlockCache 1

I want to show you my test results with different cache sizes.