From fbd4073c7be1b382aa85f1d2fa36ef2e2bcb7c12 Mon Sep 17 00:00:00 2001 From: Emily_LiuLiu Date: Fri, 18 Apr 2025 07:55:38 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91numactl=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emily_LiuLiu --- ...\265\204\346\272\220\344\270\216\346\200\247\350\203\275.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/docs/zh/docs/ops_guide/\347\263\273\347\273\237\350\265\204\346\272\220\344\270\216\346\200\247\350\203\275.md" "b/docs/zh/docs/ops_guide/\347\263\273\347\273\237\350\265\204\346\272\220\344\270\216\346\200\247\350\203\275.md" index 75e775f18..f5ee1a92c 100644 --- "a/docs/zh/docs/ops_guide/\347\263\273\347\273\237\350\265\204\346\272\220\344\270\216\346\200\247\350\203\275.md" +++ "b/docs/zh/docs/ops_guide/\347\263\273\347\273\237\350\265\204\346\272\220\344\270\216\346\200\247\350\203\275.md" @@ -187,6 +187,8 @@ 例如: ```shell + # 安装numactl + yum install -y numactl # 查看当前的NUMA配置 numactl -H ``` -- Gitee