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/ 

相關文章
相關標籤/搜索