diff options
author | Kevin Stock <kevin@kevinstock.org> | 2019-10-30 16:53:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 16:53:04 -0400 |
commit | 99aac72a16544637e9ab2e14c7b28f64b4638c8e (patch) | |
tree | be3eb1687ecca19ae187a095b112571830fa39e1 /doc | |
parent | e5319a87ce75bbd2dd88f57c3b470a396195e849 (diff) |
docs: fix upper bound on number of consumed cores
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/advanced-topics/cores-vs-jobs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/advanced-topics/cores-vs-jobs.xml b/doc/manual/advanced-topics/cores-vs-jobs.xml index eba645faf..4d58ac7c5 100644 --- a/doc/manual/advanced-topics/cores-vs-jobs.xml +++ b/doc/manual/advanced-topics/cores-vs-jobs.xml @@ -36,8 +36,8 @@ to <xref linkend="conf-cores" />, unless <xref linkend="conf-cores" /> equals <literal>0</literal>, in which case <envar>NIX_BUILD_CORES</envar> will be the total number of cores in the system.</para> -<para>The total number of consumed cores is a simple multiplication, -<xref linkend="conf-cores" /> * <envar>NIX_BUILD_CORES</envar>.</para> +<para>The maximum number of consumed cores is a simple multiplication, +<xref linkend="conf-max-jobs" /> * <envar>NIX_BUILD_CORES</envar>.</para> <para>The balance on how to set these two independent variables depends upon each builder's workload and hardware. Here are a few example |