-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Standard.json for OsDisk #24
base: master
Are you sure you want to change the base?
Conversation
Modified OS disk to SSD drive.
First test failed out on template run
It is working now. Please give it a try and let me know what you think. |
Looks pretty badass to me. I have been running it with the SSD for a few weeks. Runs great. You really need it for big games. I play Star Citizen and it is going to the drive all the time. I wish I could force more into RAM since these VMs have so much. |
Meant to request merge not to close it.. I am new to GitHub.. |
No worries. I'll test a bit more and merge it. |
Here's the speed I got with the current code: I don't think changing the storage account type to StandardSSD_LRS changes the disk to SSD. I'm pretty sure you'll have to deploy NVv2 VMs for SSD: https://azure.microsoft.com/en-us/updates/public-preview-new-gpu-enabled-nvv2-azure-vms-for-graphics-intensive-applications/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SSD is not deployed.
When I am running with this configuration my Disk shows standard SSD. IT is not the new, faster advanced SSDs but the standard ones. |
My tests show that there isn't a difference in speed to justify the change. Feel free to do some speed comparisons yourself to show the performance gain. |
I ran comparison tests with an HDD and an SSD mounted and there were noticeable speed increases. |
Thanks for the comparison! How did you setup your test environment? Are both C and E drive managed disks? |
Nice. So just to confirm, C drive is the Standard SSD that's deployed using your change, and E drive is the Standard HDD that you've added through the portal/powershell? If so, my test methodology is a bit different. I've deployed a VM using your changes and a VM using the current code and compared the speed of the two C drives using CrystalDiskMark. Could you try testing it this way (don't really care about the software used) to make sure the drive deployed with your change performs better than the drive deployed currently? I could also test again as well when I get a chance. |
Modified OS disk to SSD drive.