Skip to content

Commit 5a305f7

Browse files
committed
tweak to account for vcpu acronym
1 parent a2f087a commit 5a305f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Conversely, the opposite recommendation is true for the Basic, Standard, and Pre
2828

2929
## Sharding and CPU Utilization
3030

31-
In the Basic, Standard, and Premium tiers of Azure Cache for Redis, determining the number of vCPUs utilized is fairly straightforward. Each Redis node runs on a dedicated VM. The Redis server process is single-threaded, utilizing one vCPU on each primary and each replica node. The other vCPUs on the VM are still used for other activities, such as workflow coordination for different tasks, health monitoring, and TLS load, among others.
31+
In the Basic, Standard, and Premium tiers of Azure Cache for Redis, determining the number of virtual CPUs (vCPUs) utilized is straightforward. Each Redis node runs on a dedicated VM. The Redis server process is single-threaded, utilizing one vCPU on each primary and each replica node. The other vCPUs on the VM are still used for other activities, such as workflow coordination for different tasks, health monitoring, and TLS load, among others.
3232

3333
When you use clustering, the effect is to spread data across more shards and more nodes. By increasing the number of shards, you linearly increase the number of vCPUs you use based on the number of shards in the cluster.
3434

0 commit comments

Comments
 (0)