make -j 的最佳价值是多少
-j 开关的最佳值是多少?
我通常将其设置为可用 CPU/内核的数量。
谢谢。
What's the best value of -j switch?
I usually set this up to the number of CPU/Cores available.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我总是看到可用核心数加1作为推荐值
I've always seen the number of cores available plus 1 as the recommended value
只需测量即可。
从核心数量开始。然后添加一项,直到您感觉收益递减。
Just measure.
Start with the number of cores. And then add one until you feel that you get diminishing returns.