diff --git a/docs/gtk/install.md b/docs/gtk/install.md index bbf57edd31..cd30f6813c 100644 --- a/docs/gtk/install.md +++ b/docs/gtk/install.md @@ -24,7 +24,10 @@ number of the processors in your system (which can be checked using `nproc` command if you are not sure), as this will dramatically speed up the build on modern systems. So in practice you should use a command like this: - $ make -j16 + $ make -j8 + +(but don't use it unless you actually have 8 CPUs and enough memory for that +many parallel compiler invocations). You may also prefer to add `-s` option to avoid normal output from make and/or redirect it you to a log file for further inspection. diff --git a/docs/osx/install.md b/docs/osx/install.md index 10143a2dc1..3ffaa899ef 100644 --- a/docs/osx/install.md +++ b/docs/osx/install.md @@ -26,7 +26,10 @@ number of the processors in your system (which can be checked using `sysctl -n hw.ncpu` command if you are not sure), as this will dramatically speed up the build on modern systems. So in practice you should use a command like this: - make -j16 + make -j8 + +(but don't use it unless you actually have 8 CPUs and enough memory for that +many parallel compiler invocations). You may also prefer to add `-s` option to avoid normal output from make and/or redirect it you to a log file for further inspection.