Skip to content
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

more cowbell for make #4

Open
eruditej opened this issue Jan 10, 2018 · 3 comments
Open

more cowbell for make #4

eruditej opened this issue Jan 10, 2018 · 3 comments

Comments

@eruditej
Copy link

change to make -j4 as the default, people might not know to change this themselves. It's 2018. They have at least 2 cores.

kahiroka added a commit that referenced this issue Jan 13, 2018
@kahiroka
Copy link
Owner

Thank you for your feedback.

@meisterplanlos
Copy link

Actually you should make this parameter dependent on the number of cores you have. The general rule is numcores+1 (+1 for IO operations). You can achieve this by using -j=$(($(nproc)+1)) instead of -j4

@kahiroka
Copy link
Owner

Thank you. Your idea was incorporated at abfa3e1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants