You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually you should make this parameter dependent on the number of cores you have. The general rule is numcores+1 (+1 for IO operations). You can achieve this by using -j=$(($(nproc)+1)) instead of -j4
change to make -j4 as the default, people might not know to change this themselves. It's 2018. They have at least 2 cores.
The text was updated successfully, but these errors were encountered: