Het bericht Performance tuning development VM verscheen eerst op Kaya Consulting.
↧
It is general complain of any developer. Why is it so SLOOOWWWWW? And yes, it is slow. But there are tweaks to improve speed. Slow is influence on 3 things
You could disable the batches & management reporter. That will help. But the real issue is how the disks of that VM are configured. In general, it looks like below 16 lazy disks.
Now you can change these to faster disks , but please be aware of the prices. Also, these are managed disk, the cost fixed amount every month, so stopping the VM will not reduce below cost.
Size | Premium SSD | Standard SSD | Standard HDD |
64 GiB | 9.47 | 4.05 | 2.54 |
128 GiB | 18.29 | 8.10 | 4.97 |
256 GiB | 35.26 | 16.20 | 9.56 |
512 GiB | 67.92 | 32.39 | 18.36 |
How does the disk migration work? The first step is migration to managed disks
Next you can change all the discs
But hold on 16 disks multiplied with 18.29 makes 292 euro on top of running the VM. This is very expensive in the relation to how you use it. So next step:
And of course, do not forget to setup the auto shutdown and the azure software reductions.
Het bericht Performance tuning development VM verscheen eerst op Kaya Consulting.