Skip to content

Commit

Permalink
Merge pull request #2290 from cptanalatriste/2271-update-vm-docs
Browse files Browse the repository at this point in the history
[Documentation] Changing suggested SKU to Standard_D8s_v5
  • Loading branch information
craddm authored Nov 14, 2024
2 parents 13520c4 + d74c0d0 commit a51eb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deployment/deploy_sre.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ As some general recommendations,

- For general purpose use, the D family gives decent performance and a good balance of CPU and memory.
The [Dsv6 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dsv6-series#sizes-in-series) is a good starting point and can be scaled from 2 CPUs and 8 GB RAM to 128 CPUs and 512 GB RAM.
- `Standard_D8s_v6` should give reasonable performance for a single concurrent user.
- `Standard_D8s_v5` should give reasonable performance for a single concurrent user.
- For GPU accelerated work, the NC family provides Nvidia GPUs and a good balance of CPU and memory.
In order of increasing throughput, the `NCv3` series features Nvidia V100 GPUs, the `NC_A100_v4` series features Nvidia A100 GPUs, and the `NCads_H100_v5` series features Nvidia H100 GPUs.
- `Stanard_NC6s_v3` should give reasonable performance for a single concurrent user with AI/ML workloads.
Expand Down

0 comments on commit a51eb37

Please sign in to comment.