CentOS 7.x 如何关闭 numa

CentOS7.x中发现 numactl --interleave=all 执行失败。centos

CentOS7.x中能够经过下面的方式关闭 numa:操作系统

1. 编辑 /etc/default/grub 文件,以下图所示加上:numa=offblog

2. 从新生成 /etc/grub2.cfg 配置文件:cmd

grub2-mkconfig -o /etc/grub2.cfg配置

3. 重启操做系统grep

  rebootim

4. 重启以后进行确认:d3

  dmesg | grep -i numa配置文件

 

再次确认:cat /proc/cmdlinedb

 

搞定。

参考:https://www.thegeekdiary.com/how-to-disable-numa-in-centos-rhel-67/ 

相关文章
相关标签/搜索