我正在使用 CentOS 7,并且希望为操作系统/内核隔离核心 0 和 1,这意味着我的其他核心上不会安排任何内容。
我需要 isolcpu
经过一番谷歌搜索后我发现了这个:
其中说:
The following is an example of a custom profile that adds isolcpus=2 to the kernel boot command line:
[bootloader]
cmdline=isolcpus=2
所以我想我会补充:
cmdline=isolcpus=0,1
但是,我不确定这必须在哪个确切文件中完成。有人可以澄清一下吗?