Skip to content

Commit c79b9a2

Browse files
Merge pull request #282858 from saurabh0501/patch-8
Update use-container-storage-with-local-disk.md
2 parents 169b366 + e935dda commit c79b9a2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,17 @@ kubectl delete sp -n acstor <storage-pool-name>
400400

401401
### Optimize performance when using local NVMe
402402

403-
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.
403+
Depending on your workload’s performance requirements, you can choose from three different performance tiers: **Basic**, **Standard**, and **Advanced**. 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+
These three tiers offer a different range of IOPS. The following table contains guidance on what you could expect with each of these tiers. We used [FIO](https://github.com/axboe/fio), a popular benchmarking tool, to achieve these numbers with the following configuration:
406+
- AKS: Node SKU - Standard_L16s_v3;
407+
- FIO: Block size - 4KB; Queue depth - 32; Numjobs - number of cores assigned to container storage components; Access pattern - random; Worker set size - 32G
408+
409+
| **Tier** | **Number of vCPUs** | **100 % Read IOPS** | **100 % Write IOPS** |
410+
| --- | --- | --- | --- |
411+
| `Basic` | 12.5% of total VM cores | Up to 100,000 | Up to 90,000 |
412+
| `Standard` (default)| 25% of total VM cores | Up to 200,000 | Up to 180,000 |
413+
| `Advanced` | 50% of total VM cores | Up to 400,000 | Up to 360,000 |
410414

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

0 commit comments

Comments
 (0)