Skip to content

Instantly share code, notes, and snippets.

@nplusp
Created March 13, 2017 11:34
Show Gist options
  • Save nplusp/6299f5cdca45b42506f76c64376f5e26 to your computer and use it in GitHub Desktop.
Save nplusp/6299f5cdca45b42506f76c64376f5e26 to your computer and use it in GitHub Desktop.
Speed up your bundle install
bundle config --global jobs 3 # Number of cores - 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment