A quick tip to speed up bundle installs
12-Jan-2021 1418
So in my case, if I run bundle config set jobs 4, it will use all four processors the next time I use bundle install. Depending on the size of your project, this will speed up your gem installs.Looking at the code that handles this, it seems like without config it should try and figure out the number of processors and use that number. Yet when I try and run it, I get different results.
A quick tip to speed up bundle installs #ruby #rubydeveloper #rubyonrails #quick #speed #bundle #installs https://rubyonrails.ba/link/a-quick-tip-to-speed-up-bundle-installs