nixos: nix-daemon: update maxJobs description
I bought an X2 in 2006. It was awesome. Use a more contemporary and model-agnostic example.
This commit is contained in:
parent
19c6cf7756
commit
c78fd07460
@ -78,8 +78,8 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
This option defines the maximum number of jobs that Nix will try
|
This option defines the maximum number of jobs that Nix will try
|
||||||
to build in parallel. The default is 1. You should generally
|
to build in parallel. The default is 1. You should generally
|
||||||
set it to the number of CPUs in your system (e.g., 2 on an Athlon
|
set it to the total number of logical cores in your system (e.g., 16
|
||||||
64 X2).
|
for two CPUs with 4 cores each and hyper-threading).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user