Skip to content

Commit 66c4f8d

Browse files
authored
Merge pull request #79059 from cynthn/gs-series
Gs series
2 parents 97212f9 + caf0f57 commit 66c4f8d

File tree

7 files changed

+59
-58
lines changed

7 files changed

+59
-58
lines changed

articles/virtual-machines/linux/sizes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure-services
17-
ms.date: 11/14/2018
17+
ms.date: 06/07/2019
1818
ms.author: jonbeck
1919
---
2020

@@ -26,7 +26,7 @@ This article describes the available sizes and options for the Azure virtual mac
2626
|--------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
2727
| [General purpose](sizes-general.md) | B, Dsv3, Dv3, DSv2, Dv2, Av2, DC | Balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers. |
2828
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory ratio. Good for medium traffic web servers, network appliances, batch processes, and application servers. |
29-
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, GS, G, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
29+
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
3030
| [Storage optimized](sizes-storage.md) | Lsv2, Ls | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
3131
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND, NDv2 (Preview) | Specialized virtual machines targeted for heavy graphic rendering and video editing, as well as model training and inferencing (ND) with deep learning. Available with single or multiple GPUs. |
3232
| [High performance compute](sizes-hpc.md) | H | Our fastest and most powerful CPU virtual machines with optional high-throughput network interfaces (RDMA). |

articles/virtual-machines/linux/tutorial-manage-vm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ A virtual machine size determines the amount of compute resources such as CPU, G
153153

154154
The following table categorizes sizes into use cases.
155155

156-
| Type | Sizes | Description |
156+
| Type | Common sizes | Description |
157157
|--------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
158-
| [General purpose](sizes-general.md) |Dsv3, Dv3, DSv2, Dv2, DS, D, Av2, A0-7| Balanced CPU-to-memory. Ideal for dev / test and small to medium applications and data solutions. |
159-
| [Compute optimized](sizes-compute.md) | Fs, F | High CPU-to-memory. Good for medium traffic applications, network appliances, and batch processes. |
160-
| [Memory optimized](../virtual-machines-windows-sizes-memory.md) | Esv3, Ev3, M, GS, G, DSv2, DS, Dv2, D | High memory-to-core. Great for relational databases, medium to large caches, and in-memory analytics. |
161-
| [Storage optimized](../virtual-machines-windows-sizes-storage.md) | Ls | High disk throughput and IO. Ideal for Big Data, SQL, and NoSQL databases. |
162-
| [GPU](sizes-gpu.md) | NV, NC | Specialized VMs targeted for heavy graphic rendering and video editing. |
163-
| [High performance](sizes-hpc.md) | H, A8-11 | Our most powerful CPU VMs with optional high-throughput network interfaces (RDMA).
158+
| [General purpose](sizes-general.md) |B, Dsv3, Dv3, DSv2, Dv2, Av2, DC| Balanced CPU-to-memory. Ideal for dev / test and small to medium applications and data solutions. |
159+
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory. Good for medium traffic applications, network appliances, and batch processes. |
160+
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-core. Great for relational databases, medium to large caches, and in-memory analytics. |
161+
| [Storage optimized](sizes-storage.md) | Lsv2, Ls | High disk throughput and IO. Ideal for Big Data, SQL, and NoSQL databases. |
162+
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND | Specialized VMs targeted for heavy graphic rendering and video editing. |
163+
| [High performance](sizes-hpc.md) | H | Our most powerful CPU VMs with optional high-throughput network interfaces (RDMA). |
164164

165165

166166
### Find available VM sizes

articles/virtual-machines/windows/sizes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 11/14/2018
17+
ms.date: 06/07/2019
1818
ms.author: jonbeck
1919
---
2020

@@ -27,7 +27,7 @@ This article describes the available sizes and options for the Azure virtual mac
2727
|--------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
2828
| [General purpose](sizes-general.md) | B, Dsv3, Dv3, DSv2, Dv2, Av2, DC | Balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers. |
2929
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory ratio. Good for medium traffic web servers, network appliances, batch processes, and application servers. |
30-
| [Memory optimized](../virtual-machines-windows-sizes-memory.md) | Esv3, Ev3, M, GS, G, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
30+
| [Memory optimized](../virtual-machines-windows-sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
3131
| [Storage optimized](../virtual-machines-windows-sizes-storage.md) | Lsv2, Ls | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
3232
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND, NDv2 (Preview) | Specialized virtual machines targeted for heavy graphic rendering and video editing, as well as model training and inferencing (ND) with deep learning. Available with single or multiple GPUs. |
3333
| [High performance compute](sizes-hpc.md) | H | Our fastest and most powerful CPU virtual machines with optional high-throughput network interfaces (RDMA). |

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For performance sensitive applications, it’s recommended that you use the foll
4949
* **SQL Server Enterprise Edition**: DS3_v2 or higher
5050
* **SQL Server Standard and Web Editions**: DS2_v2 or higher
5151

52-
[DSv2-series](../sizes-general.md#dsv2-series) VMs support premium storage, which is recommended for the best performance. The sizes recommended here are baselines, but the actual machine size you select depends on your workload demands. DSv2-series VMs are general-purpose VMs that are good for a variety of workloads, whereas other machines sizes are optimized for specific workload types. For example, the [M-series](../sizes-memory.md#m-series) offers the highest vCPU count and memory for the largest SQL Server workloads. The [GS-series](../sizes-memory.md#gs-series) and [DSv2-series 11-15](../sizes-memory.md#dsv2-series-11-15) are optimized for large memory requirements. Both of those series are also available in [constrained core sizes](../../windows/constrained-vcpu.md), which saves money for workloads with lower compute demands. The [Ls-series](../sizes-storage.md) machines are optimized for high disk throughput and IO. It is important to consider your specific SQL Server workload and apply this to your selection of a VM series and size.
52+
[DSv2-series](../sizes-general.md#dsv2-series) VMs support premium storage, which is recommended for the best performance. The sizes recommended here are baselines, but the actual machine size you select depends on your workload demands. DSv2-series VMs are general-purpose VMs that are good for a variety of workloads, whereas other machines sizes are optimized for specific workload types. For example, the [M-series](../sizes-memory.md#m-series) offers the highest vCPU count and memory for the largest SQL Server workloads. The [GS-series](../sizes-previous-gen.md#gs-series) and [DSv2-series 11-15](../sizes-memory.md#dsv2-series-11-15) are optimized for large memory requirements. Both of those series are also available in [constrained core sizes](../../windows/constrained-vcpu.md), which saves money for workloads with lower compute demands. The [Ls-series](../sizes-storage.md) machines are optimized for high disk throughput and IO. It is important to consider your specific SQL Server workload and apply this to your selection of a VM series and size.
5353

5454
## Storage guidance
5555

articles/virtual-machines/windows/tutorial-manage-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ The following table categorizes sizes into use cases.
182182
| Type | Common sizes | Description |
183183
|--------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
184184
| [General purpose](sizes-general.md) |B, Dsv3, Dv3, DSv2, Dv2, Av2, DC| Balanced CPU-to-memory. Ideal for dev / test and small to medium applications and data solutions. |
185-
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory. Good for medium traffic applications, network appliances, and batch processes. |
186-
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, GS, G, DSv2, Dv2 | High memory-to-core. Great for relational databases, medium to large caches, and in-memory analytics. |
187-
| [Storage optimized](sizes-storage.md) | Lsv2, Ls | High disk throughput and IO. Ideal for Big Data, SQL, and NoSQL databases. |
188-
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, NDv2, ND | Specialized VMs targeted for heavy graphic rendering and video editing. |
185+
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory. Good for medium traffic applications, network appliances, and batch processes. |
186+
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-core. Great for relational databases, medium to large caches, and in-memory analytics. |
187+
| [Storage optimized](sizes-storage.md) | Lsv2, Ls | High disk throughput and IO. Ideal for Big Data, SQL, and NoSQL databases. |
188+
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND | Specialized VMs targeted for heavy graphic rendering and video editing. |
189189
| [High performance](sizes-hpc.md) | H | Our most powerful CPU VMs with optional high-throughput network interfaces (RDMA). |
190190

191191
### Find available VM sizes

includes/virtual-machines-common-sizes-memory.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -183,48 +183,6 @@ Write Accelerator: [Supported](https://docs.microsoft.com/azure/virtual-machine
183183
<sup>4</sup> Instance is isolated to hardware dedicated to a single customer.
184184
<br>
185185

186-
## GS-series
187-
188-
ACU: 180 - 240 <sup>1</sup>
189-
190-
Premium Storage: Supported
191-
192-
Premium Storage caching: Supported
193-
194-
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max cached and temp storage throughput: IOPS / MBps (cache size in GiB) | Max uncached disk throughput: IOPS / MBps | Max NICs / Expected network bandwidth (Mbps) |
195-
|---|---|---|---|---|---|---|---|
196-
| Standard_GS1 |2 |28 |56 |8 |10000 / 100 (264) |5000 / 125 |2 / 2000 |
197-
| Standard_GS2 |4 |56 |112 |16 |20000 / 200 (528) |10000 / 250 |2 / 4000 |
198-
| Standard_GS3 |8 |112 |224 |32 |40000 / 400 (1056) |20000 / 500 |4 / 8000 |
199-
| Standard_GS4&nbsp;<sup>3</sup> |16 |224 |448 |64 |80000 / 800 (2112) |40000 / 1000 |8 / 16000 |
200-
| Standard_GS5&nbsp;<sup>2,&nbsp;3</sup> |32 |448 |896 |64 |160000 / 1600 (4224) |80000 / 2000 |8 / 20000 |
201-
202-
<sup>1</sup> The maximum disk throughput (IOPS or MBps) possible with a GS series VM may be limited by the number, size and striping of the attached disk(s). For details, see [Designing for high performance](../articles/virtual-machines/windows/premium-storage-performance.md).
203-
204-
<sup>2</sup> Instance is isolated to hardware dedicated to a single customer.
205-
206-
<sup>3</sup> Constrained core sizes available.
207-
208-
<br>
209-
210-
## G-series
211-
212-
ACU: 180 - 240
213-
214-
Premium Storage: Not Supported
215-
216-
Premium Storage caching: Not Supported
217-
218-
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max temp storage throughput: IOPS / Read MBps / Write MBps | Max data disks / throughput: IOPS | Max NICs / Expected network bandwidth (Mbps) |
219-
|--------------|-----------|-------------|----------------|----------------------------------------------------------|-----------------------------------|------------------------------|
220-
| Standard_G1 | 2         | 28         | 384           | 6000 / 93 / 46                                           | 8 / 8 x 500                       | 2 / 2000                     |
221-
| Standard_G2 | 4 | 56 | 768 | 12000 / 187 / 93 | 16 / 16 x 500 | 2 / 4000 |
222-
| Standard_G3 | 8 | 112 | 1536 | 24000 / 375 / 187 | 32 / 32 x 500 | 4 / 8000 |
223-
| Standard_G4 | 16 | 224 | 3072 | 48000 / 750 / 375 | 64 / 64 x 500 | 8 / 16000 |
224-
| Standard_G5&nbsp;<sup>1</sup> | 32 | 448 | 6144 | 96000 / 1500 / 750 | 64 / 64 x 500 | 8 / 20000 |
225-
226-
<sup>1</sup> Instance is isolated to hardware dedicated to a single customer.
227-
<br>
228186

229187
## DSv2-series 11-15
230188

includes/virtual-machines-common-sizes-older.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,46 @@ Premium Storage caching: Supported
168168
<sup>2</sup> VM Family can run on one of the following CPU's: 2.2 GHz Intel Xeon® E5-2660 v2, 2.4 GHz Intel Xeon® E5-2673 v3 (Haswell) or 2.3 GHz Intel XEON® E5-2673 v4 (Broadwell)
169169

170170
<br>
171+
172+
### GS-series
173+
174+
ACU: 180 - 240 <sup>1</sup>
175+
176+
Premium Storage: Supported
177+
178+
Premium Storage caching: Supported
179+
180+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max cached and temp storage throughput: IOPS / MBps (cache size in GiB) | Max uncached disk throughput: IOPS / MBps | Max NICs / Expected network bandwidth (Mbps) |
181+
|---|---|---|---|---|---|---|---|
182+
| Standard_GS1 |2 |28 |56 |8 |10,000 / 100 (264) |5,000 / 125 |2 / 2000 |
183+
| Standard_GS2 |4 |56 |112 |16 |20,000 / 200 (528) |10,000 / 250 |2 / 4000 |
184+
| Standard_GS3 |8 |112 |224 |32 |40,000 / 400 (1,056) |20,000 / 500 |4 / 8000 |
185+
| Standard_GS4&nbsp;<sup>3</sup> |16 |224 |448 |64 |80,000 / 800 (2,112) |40,000 / 1,000 |8 / 16000 |
186+
| Standard_GS5&nbsp;<sup>2,&nbsp;3</sup> |32 |448 |896 |64 |160,000 / 1,600 (4,224) |80,000 / 2,000 |8 / 20000 |
187+
188+
<sup>1</sup> The maximum disk throughput (IOPS or MBps) possible with a GS series VM may be limited by the number, size and striping of the attached disk(s). For details, see [Designing for high performance](../articles/virtual-machines/windows/premium-storage-performance.md).
189+
190+
<sup>2</sup> Instance is isolated to hardware dedicated to a single customer.
191+
192+
<sup>3</sup> Constrained core sizes available.
193+
194+
<br>
195+
196+
### G-series
197+
198+
ACU: 180 - 240
199+
200+
Premium Storage: Not Supported
201+
202+
Premium Storage caching: Not Supported
203+
204+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max temp storage throughput: IOPS / Read MBps / Write MBps | Max data disks / throughput: IOPS | Max NICs / Expected network bandwidth (Mbps) |
205+
|--------------|-----------|-------------|----------------|----------------------------------------------------------|-----------------------------------|------------------------------|
206+
| Standard_G1 | 2         | 28         | 384           | 6000 / 93 / 46                                           | 8 / 8 x 500                       | 2 / 2000                     |
207+
| Standard_G2 | 4 | 56 | 768 | 12000 / 187 / 93 | 16 / 16 x 500 | 2 / 4000 |
208+
| Standard_G3 | 8 | 112 | 1,536 | 24000 / 375 / 187 | 32 / 32 x 500 | 4 / 8000 |
209+
| Standard_G4 | 16 | 224 | 3,072 | 48000 / 750 / 375 | 64 / 64 x 500 | 8 / 16000 |
210+
| Standard_G5&nbsp;<sup>1</sup> | 32 | 448 | 6,144 | 96000 / 1500 / 750 | 64 / 64 x 500 | 8 / 20000 |
211+
212+
<sup>1</sup> Instance is isolated to hardware dedicated to a single customer.
213+
<br>

0 commit comments

Comments
 (0)