Linux中如何指定CPU核心来运行程序
我需要在同一个 CPU 核心上运行两个程序。第二个程序始终在另一个核心上运行,因为第一个程序使用了第一个核心的 50%。如何强制 Linux 在内核上运行程序?
I need to run two programs on the same core of a CPU. The second one always runs on another core because the first program uses 50% of the first core. How can I force Linux to run a program on a core?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 schedtool 手册了解详情。
See the schedtool manual for details.