
Most new laptops/computers come with multiple cores standard.
So assuming you do have a system with multiple cores why not use them.
0 1 2 3 4 5 |
# How many cores are on your system? > sysctl -n hw.ncpu 24 > bundle config --global jobs 24 |
* This might work on any *nix system just find the appropriate commands.