Skip to content

Commit e5a4385

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent d00ee59 commit e5a4385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: Choosing bewteen shared or dedicated vCPUs
3+
title: Choosing between shared or dedicated vCPUs
44
description: Find out how to choose between shared or dedicated vCPUs depending on your workloads.
55
content:
6-
h1: Choosing bewteen shared or dedicated vCPUs
6+
h1: Choosing between shared or dedicated vCPUs
77
paragraph: Find out how to choose between shared or dedicated vCPUs depending on your workloads.
88
categories:
99
- compute
@@ -37,7 +37,7 @@ Shared vCPU Instances, including [Learning](/instances/reference-content/learnin
3737
This means multiple virtual CPU cores are allocated to these Instances, but the physical CPU cores available on the hypervisors' hardware are shared among them.
3838
As a result, Instances share physical CPU time, and during peak demand from other Instances on the same host, your workloads might temporarily slow down due to CPU contention (also known as "CPU steal").
3939

40-
### Typical use cases include
40+
### Typical use cases
4141
- Development and staging environments
4242
- Low to medium-traffic websites
4343
- Personal blogs and forums
@@ -55,7 +55,7 @@ As a result, Instances share physical CPU time, and during peak demand from othe
5555
Dedicated vCPU Instances, including [Production-Optimized](/instances/reference-content/production-optimized/) and [Workload-Optimized](/instances/reference-content/workload-optimized/), provide exclusive access to physical CPU cores.
5656
This ensures consistent and predictable performance at all times. Dedicated vCPU Instances are perfect for applications that require high CPU utilization and low latency.
5757

58-
### Typical use cases include
58+
### Typical use cases
5959
- Production applications with high CPU demands
6060
- eCommerce platforms and business-critical services
6161
- Game servers requiring low latency

0 commit comments

Comments
 (0)