Skip to content

Commit 8c8e712

Browse files
Update use-container-storage-with-local-nvme-replication.md
Updating ephemeral disk docs with latest performance figures
1 parent 4dfac4f commit 8c8e712

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

articles/storage/container-storage/use-container-storage-with-local-nvme-replication.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,21 @@ kubectl delete sp -n acstor <storage-pool-name>
422422

423423
Depending on your workload’s performance requirements, you can choose from three different performance tiers: **Basic**, **Standard**, and **Premium**. These tiers offer a different range of IOPS, and your selection will impact the number of vCPUs that Azure Container Storage components consume in the nodes where it's installed. Standard is the default configuration if you don't update the performance tier.
424424

425-
| **Tier** | **Number of vCPUs** |
426-
|---------------|--------------------------|
427-
| `Basic` | 12.5% of total VM cores |
428-
| `Standard` (default) | 25% of total
429-
| `Premium` | 50% of total VM cores |
425+
**Single-zone replication**
426+
427+
| **Tier** | **Number of vCPUs** | **100% Read IOPS** | **100% Write IOPS** |
428+
|---------------|--------------------------|-----------|---------------------|
429+
| `Basic` | 12.5% of total VM cores | Up to 120,000 | Up to 45,000 |
430+
| `Standard` (default) | 25% of total VM cores | Up to 220,000 | Up to 90,000 |
431+
| `Premium` | 50% of total VM cores | Up to 550,000 | Up to 180,000 |
432+
433+
**Multi-zone replication**
434+
435+
| **Tier** | **Number of vCPUs** | **100% Read IOPS** | **100% Write IOPS** |
436+
|---------------|--------------------------|-----------|---------------------|
437+
| `Basic` | 12.5% of total VM cores | Up to 120,000 | Up to 45,000 |
438+
| `Standard` (default) | 25% of total VM cores | Up to 220,000 | Up to 90,000 |
439+
| `Premium` | 50% of total VM cores | Up to 550,000 | Up to 180,000 |
430440

431441
> [!NOTE]
432442
> RAM and hugepages consumption will stay consistent across all tiers: 1 GiB of RAM and 2 GiB of hugepages.

0 commit comments

Comments
 (0)