To enable Turbo Boost on a cloud server, the process depends on the cloud provider and the underlying hardware. Turbo Boost is a CPU feature that dynamically increases clock speeds when demanding tasks are executed, improving performance.
Check CPU Support: Ensure the cloud server's CPU supports Turbo Boost (e.g., Intel Core i5/i7/i9 or Xeon with Turbo Boost technology). Most modern cloud servers use such CPUs by default.
Cloud Provider Settings: Some cloud providers allow enabling performance-optimized instances that automatically leverage Turbo Boost. For example, on Tencent Cloud, you can select a Compute-Optimized or High-Performance instance type (e.g., C6 or HCC series), which are configured to maximize CPU performance, including Turbo Boost.
Operating System Configuration: Turbo Boost is typically enabled by default at the hardware level, but you can verify it:
cpupower frequency-info to check if Turbo Boost is active.Workload Optimization: Turbo Boost is most effective for single-threaded or bursty workloads. Deploy applications that benefit from high CPU performance, such as real-time data processing or gaming servers.
Tencent Cloud Example:
If the cloud provider does not expose direct Turbo Boost controls, selecting a high-performance instance type is the best way to leverage it.