Two Essential rvmrc Lines
February
10th,
2013
If you use rvm on OS X and compile rubies more often than “almost never” you should really have a ~/.rvmrc file that contains these two lines.
cpus=`sysctl -n hw.ncpu`
rvm_make_flags="-j$cpus"