CentOS 7でisolcpusを設定するファイルは何ですか?

CentOS 7でisolcpusを設定するファイルは何ですか?

私はCentOS 7を使用しており、OS /カーネルに対してコア0と1を分離しようとしています。つまり、他のコアでは何も予約されません。

私はisolcpuが必要です。

インターネット検索の最後に以下を見つけました。

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/performance_tuning_guide/chap-red_hat_enterprise_linux-performance_tuning_guide-tuned

これは次のように言います。

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

しかし、正確にどのファイルでこれを行うべきかわかりません。誰かがこれを明確にすることができますか?

ベストアンサー1

おすすめ記事