🖥
How to increase the speed of bundle install 1.5 times. (Parallel execu
$ 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
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion