コマンドを使用しstart /AFFINITY [n] [.exe]
て、指定されたアフィニティで実行可能ファイルを開始しています。8 つのプロセッサ (1、2、3、4、5、6、7、8) を搭載したシステムを使用しています。奇数プロセッサ (1、3、5、7) をすべて使用するようにプロセスを設定したいと思います。これを行う方法がわかりません。start コマンドを使用して可能かどうかを知りたいです。そうでない場合、それを行う別のコマンドラインの方法はありますか?
start コマンドのヘルプは特に役に立ちませんでした。
AFFINITY Specifies the processor affinity mask as a hexadecimal number.
The process is restricted to running on these processors.
The affinity mask is interpreted differently when /AFFINITY and
/NODE are combined. Specify the affinity mask as if the NUMA
node's processor mask is right shifted to begin at bit zero.
The process is restricted to running on those processors in
common between the specified affinity mask and the NUMA node.
If no processors are in common, the process is restricted to
running on the specified NUMA node.