Skip to content

Commit 9e2263f

Browse files
authored
Update use-container-storage-with-local-disk.md
Updating performance numbers for local NVMe without replication
1 parent 0735bf6 commit 9e2263f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,13 @@ kubectl delete sp -n acstor <storage-pool-name>
402402

403403
Depending on your workload’s performance requirements, you can choose from three different performance tiers: **Basic**, **Standard**, and **Advanced**. 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.
404404

405-
| **Tier** | **Number of vCPUs** |
406-
|---------------|--------------------------|
407-
| `Basic` | 12.5% of total VM cores |
408-
| `Standard` (default) | 25% of total VM cores |
409-
| `Advanced` | 50% of total VM cores |
405+
| **Tier** | **Number of vCPUs** | **Read IOPS** | **Write IOPS** |
406+
| --- | --- | --- | --- |
407+
| `Basic` | 12.5% of total VM cores | Up to 100,000 | Up to 90,000 |
408+
| `Standard` (default)| 25% of total VM cores | Up to 200,000 | Up to 180,000 |
409+
| `Advanced` | 50% of total VM cores | Up to 400,000 | Up to 360,000 |
410410

411+
Note that the [FIO](https://github.com/axboe/fio) benchmark tool was used to evaluate the IOPS performance in the above table. FIO is a popular tool to benchmark storage. The AKS node SKU used is **Standard_L16s_v3**. The test parameters included a block size of 4KB and a queue depth of 32. The FIO worker set size was configured to 32G, and the number of jobs was set to match the number of vCPUs available.
411412
> [!NOTE]
412413
> RAM and hugepages consumption will stay consistent across all tiers: 1 GiB of RAM and 2 GiB of hugepages.
413414

0 commit comments

Comments
 (0)