[zh-cn] Remove undefined feature gate PreferAlignCpusByUncoreCache

pull/50458/head
Ho Kim 2025-04-11 03:04:28 +00:00
parent 3f21dfc927
commit 916cdaa6c7
No known key found for this signature in database
GPG Key ID: 92D99E8FE190A578
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
---
title: PreferAlignCpusByUncoreCache
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.32"
---
<!--
When `PreferAlignCpusByUncoreCache` is enabled while the CPU Manager Policy is set to `static`,
containers within a `Guaranteed` pod will individually be aligned to an uncore cache group at
a best-effort policy. This feature can optimize performance for certain cache-sensitive workloads
by minimizing the cpu allocation across uncore caches.
-->
当在 CPU 管理器的策略设为 `static` 时启用 `PreferAlignCpusByUncoreCache`
`Guaranteed` Pod 中的容器将基于尽力而为策略逐个与某个非核心缓存组对齐。
此特性可以通过最小化跨非核心缓存的 CPU 分配量来优化某些对缓存敏感的负载的性能。