Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux ライクな OS で物理 CPU の使用を制限する方法はありますか? 一般に、CPU 数を制限したくありません。すべてのシステム プロセスを 1 つの CPU にバインドし、他のソフトウェアを他の CPU で実行したいだけです。
The builtin utility taskset can be used for this given that your box has a motherboard with multiple CPU bays. The oneliner of its man states - "taskset - retrieve or set a process's CPU affinity".