@@ -45,20 +45,20 @@ While physical CPU threads are shared between Instances, vCPUs are dedicated to
4545
4646### Typical use cases
4747
48- - Development and staging environments
49- - Small and non-critical production environments
50- - Low to medium-traffic websites
51- - Personal blogs and forums
52- - Applications tolerant to occasional performance variability
53- - Worker nodes in container orchestration clusters such as Kubernetes
54- - Experimental or proof-of-concept projects
55- - Small-scale applications with limited traffic
48+ - Development and staging environments
49+ - Small and non-critical production environments
50+ - Low to medium-traffic websites
51+ - Personal blogs and forums
52+ - Applications tolerant to occasional performance variability
53+ - Worker nodes in container orchestration clusters such as Kubernetes
54+ - Experimental or proof-of-concept projects
55+ - Small-scale applications with limited traffic
5656
5757### Summary
5858
59- - Shared vCPU Instances provide an affordable solution for non-critical workloads.
60- - CPU performance is less predictable and may fluctuate depending on neighboring workloads ("noisy neighbors").
61- - During peak usage, your workloads might experience temporary slowdowns due to CPU steal.
59+ - Shared vCPU Instances provide an affordable solution for non-critical workloads.
60+ - CPU performance is less predictable and may fluctuate depending on neighboring workloads ("noisy neighbors").
61+ - During peak usage, your workloads might experience temporary slowdowns due to CPU steal.
6262
6363## Dedicated vCPU Instances
6464
@@ -68,30 +68,30 @@ This ensures consistent and predictable performance at all times. Dedicated vCPU
6868
6969### Typical use cases
7070
71- - Production applications with high CPU demands
72- - eCommerce platforms and business-critical services
73- - Game servers requiring low latency
74- - CI/CD pipelines
75- - Audio and video transcoding
76- - Machine learning and scientific computing
77- - Real-time data processing and analytics
78- - High-traffic websites and applications
71+ - Production applications with high CPU demands
72+ - eCommerce platforms and business-critical services
73+ - Game servers requiring low latency
74+ - CI/CD pipelines
75+ - Audio and video transcoding
76+ - Machine learning and scientific computing
77+ - Real-time data processing and analytics
78+ - High-traffic websites and applications
7979
8080### Summary
8181
82- - Dedicated vCPU allocation ensures consistent and predictable performance.
83- - No risk of performance degradation due to neighboring workloads.
84- - Dedicated vCPU Instances are more expensive than shared vCPU Instances but offer guaranteed CPU performance.
82+ - Dedicated vCPU allocation ensures consistent and predictable performance.
83+ - No risk of performance degradation due to neighboring workloads.
84+ - Dedicated vCPU Instances are more expensive than shared vCPU Instances but offer guaranteed CPU performance.
8585
8686## Choosing the best configuration
8787
88- Choose ** shared vCPU** Instances if:
89- - You are running non-critical or experimental workloads
90- - Budget is a priority over performance consistency
88+ Choose ** shared vCPU** Instances if:
89+ - You are running non-critical or experimental workloads
90+ - Budget is a priority over performance consistency
9191
92- Choose ** dedicated vCPU** Instances if:
93- - Your application requires stable, predictable CPU performance
94- - You are in a production environment with strict performance requirements
92+ Choose ** dedicated vCPU** Instances if:
93+ - Your application requires stable, predictable CPU performance
94+ - You are in a production environment with strict performance requirements
9595
9696Consider your needs and workload requirements to choose the best vCPU provisioning option for your Scaleway Instance.
9797
0 commit comments