diff --git a/doc/manual/advanced-topics/advanced-topics.xml b/doc/manual/advanced-topics/advanced-topics.xml index c304367aa..12a826254 100644 --- a/doc/manual/advanced-topics/advanced-topics.xml +++ b/doc/manual/advanced-topics/advanced-topics.xml @@ -7,6 +7,7 @@
Maximum Processes | +Result | +|||
---|---|---|---|---|
1 | +24 | +24 | +24 | ++ One derivation will be built at a time, each one can use 24 + cores. Undersold if a job can’t use 24 cores. + | +
4 | +6 | +6 | +24 | ++ Four derivations will be built at once, each given access to + six cores. + | +
12 | +6 | +6 | +72 | ++ 12 derivations will be built at once, each given access to six + cores. This configuration is over-sold. If all 12 derivations + being built simultaneously try to use all six cores, the + machine's performance will be degraded due to extensive context + switching between the 12 builds. + | +
24 | +1 | +1 | +24 | ++ 24 derivations can build at the same time, each using a single + core. Never oversold, but derivations which require many cores + will be very slow to compile. + | +
24 | +0 | +24 | +576 | ++ 24 derivations can build at the same time, each using all the + available cores of the machine. Very likely to be oversold, + and very likely to suffer context switches. + | +