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

Improve docker build speed on multi-core machines #2148

Merged
merged 1 commit into from
Jul 13, 2019

Conversation

wezrule
Copy link
Contributor

@wezrule wezrule commented Jul 13, 2019

Building the docker image was quite slow, investigated and found it can be sped up by specifying the number of jobs to make, at least of machines with many cores. Consensus seems to be use cores + 1 https://stackoverflow.com/questions/3025587/whats-best-value-for-make-j

@wezrule wezrule added the quality improvements This item indicates the need for or supplies changes that improve maintainability label Jul 13, 2019
@wezrule wezrule added this to the V20.0 milestone Jul 13, 2019
@wezrule wezrule requested a review from argakiig July 13, 2019 10:22
@wezrule wezrule self-assigned this Jul 13, 2019
@wezrule wezrule merged commit 6148d8e into nanocurrency:master Jul 13, 2019
@wezrule wezrule deleted the modify_make_command branch July 13, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improvements This item indicates the need for or supplies changes that improve maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants