Skip to content

Commit 9956253

Browse files
Merge pull request #282294 from saurabh0501/patch-6
Update use-container-storage-with-local-nvme-replication.md
2 parents 5387058 + 52fad86 commit 9956253

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,22 @@ kubectl delete sp -n acstor <storage-pool-name>
420420

421421
### Optimize performance when using local NVMe
422422

423-
[!INCLUDE [container-storage-nvme-performance](../../../includes/container-storage-nvme-performance.md)]
423+
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.
424+
425+
| **Tier** | **Number of vCPUs** |
426+
|---------------|--------------------------|
427+
| `Basic` | 12.5% of total VM cores |
428+
| `Standard` (default) | 25% of total
429+
| `Advanced` | 50% of total VM cores |
430+
431+
> [!NOTE]
432+
> RAM and hugepages consumption will stay consistent across all tiers: 1 GiB of RAM and 2 GiB of hugepages.
433+
434+
Once you've identified the performance tier that aligns best to your needs, you can run the following command to update the performance tier of your Azure Container Storage installation. Replace `<performance tier>` with basic, standard, or advanced.
435+
436+
```azurecli-interactive
437+
az aks update -n <cluster-name> -g <resource-group> --enable-azure-container-storage <storage-pool-type> --ephemeral-disk-nvme-perf-tier <performance-tier>
438+
```
424439

425440
## See also
426441

0 commit comments

Comments
 (0)