diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PreferAlignCpusByUncoreCache.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PreferAlignCpusByUncoreCache.md deleted file mode 100644 index 63da330164..0000000000 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PreferAlignCpusByUncoreCache.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: PreferAlignCpusByUncoreCache -content_type: feature_gate -_build: - list: never - render: false - -stages: - - stage: alpha - defaultValue: false - fromVersion: "1.32" ---- - - -当在 CPU 管理器的策略设为 `static` 时启用 `PreferAlignCpusByUncoreCache`, -`Guaranteed` Pod 中的容器将基于尽力而为策略逐个与某个非核心缓存组对齐。 -此特性可以通过最小化跨非核心缓存的 CPU 分配量来优化某些对缓存敏感的负载的性能。