Virtual Machine files on ramdisk doesn't run faster than on physical disk
- by Landy
I installed total 36G memory (4x8G + 2x2G) in the host (Windows 7) and I used ImDisk to create a 32G ramdisk and format it to NTFS file system. Then I copied the virtual machine (in VMware Workstation format) folder, including vmx, vmdk, etc... to the new created ram disk.
Then I tried to power on it in VMware Workstation.
What made me surprised is that the performance is not better than before. It cost almost the same time to power on the Windows 7 VM.
I check the Resource Monitor in the Windows 7 host, and the statistics of CPU, disk, network are rather normal. The memory has reported 3000+ hard fault/sec when guest OS boot then drop to 0 after the guest powered on.
Any idea about this issue? I had thought the performance of ramdisk will be better than physical disk in this case. Am I wrong?
Thanks.