Updated on 2025-06-13 GMT+08:00

CPU Management Policy

It provides the CPU management policies, which are used to allocate exclusive CPUs to applications (CPU-bound) to improve application performance and reduce scheduling latency.

  • If it is set to none, CPU cores will not be exclusively allocated to workload pods. Select this value if you want a large pool of allocatable CPU cores.
  • If it is set to static, CPU cores can be exclusively allocated to workload pods. Select this value if your workload is sensitive to latency in CPU cache and scheduling.

Value Range

none or static

Default Value

none

Modifiable

Yes

Scope

CCE standard and CCE Turbo clusters