🖥

How to increase the speed of bundle install 1.5 times. (Parallel execu

2019/04/16に公開

$ bundle install -j4

This will install in 4 parallels.

4 is the number of workers launched. The reason "4" is because it matches the number of CPU cores of the terminal.

So, if you have 8 cores to run, maybe $ bundle install -j8 is fine.

Since search did not hit even if it searched by "bundle install speed", it posts.

Specifically , parallel processing in Bundler? ? How to handle bundle install at detonation speed. See

Official: http://bundler.io/v1.5/whats_new.html (According to this comment, speed improvement of 40%-60% seems to be expected)

Thanks to Hattori

Original by

bundle install の速度を1.5倍 にする方法。 ( 並列実行 )

About

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion