You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
meta:
3
-
title: Choosing bewteen shared or dedicated vCPUs
3
+
title: Choosing between shared or dedicated vCPUs
4
4
description: Find out how to choose between shared or dedicated vCPUs depending on your workloads.
5
5
content:
6
-
h1: Choosing bewteen shared or dedicated vCPUs
6
+
h1: Choosing between shared or dedicated vCPUs
7
7
paragraph: Find out how to choose between shared or dedicated vCPUs depending on your workloads.
8
8
categories:
9
9
- compute
@@ -37,7 +37,7 @@ Shared vCPU Instances, including [Learning](/instances/reference-content/learnin
37
37
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.
38
38
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").
39
39
40
-
### Typical use cases include
40
+
### Typical use cases
41
41
- Development and staging environments
42
42
- Low to medium-traffic websites
43
43
- Personal blogs and forums
@@ -55,7 +55,7 @@ As a result, Instances share physical CPU time, and during peak demand from othe
55
55
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.
56
56
This ensures consistent and predictable performance at all times. Dedicated vCPU Instances are perfect for applications that require high CPU utilization and low latency.
57
57
58
-
### Typical use cases include
58
+
### Typical use cases
59
59
- Production applications with high CPU demands
60
60
- eCommerce platforms and business-critical services
0 commit comments