-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kinder ninja, don't push load very high #635
Labels
Comments
另外你们提交用关联在 GitHub 的邮件地址比较好,lilac 能找到。 |
看起来只有 depot-tools-git 这个包每天都更新 |
还有 chromium-dev 更新也不少。 |
petronny
added a commit
that referenced
this issue
Jan 10, 2018
depot-tools-git其實不用改,他build沒用ninja。ninja只是放一個symlink在那邊給其他程式(e.g. chromium)用 |
BTW, 我是depot-tools-git的co-maintainer,我看目前archlinuxcn裡的包是track AUR的?如果有需要改上游,請和我說一聲,謝謝! |
@yan12125 ok. 我是按依赖找的,没有去看每个包具体是怎么在用它。 |
pamac-aur 已经加上-l2 |
|
Merged
This was referenced May 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题类型 / Type of issues
受影响的软件包 / Affect packages
ninja 默认并行任务数为 CPU 核数,导致有其他人在打包时,会将编译机的 load 推得很高(或者,如果另一方是 make 的话,会导致 make 很慢)。在找到全局配置之前,请大家给 ninja 手动加上
-l$(nproc)
参数。The text was updated successfully, but these errors were encountered: