From 3cdab76f7174dfd08a90fd54285fb0e29c80eedd Mon Sep 17 00:00:00 2001 From: repent Date: Fri, 18 Apr 2025 01:36:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AF=E4=BB=B6=E5=8C=85?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: repent --- ...\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