3
0
Fork 0
forked from mirrors/nixpkgs

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:
Tobias Geerinckx-Rice 2015-07-30 18:57:52 +02:00
parent 19c6cf7756
commit c78fd07460

View file

@ -78,8 +78,8 @@ in
description = ''
This option defines the maximum number of jobs that Nix will try
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
64 X2).
set it to the total number of logical cores in your system (e.g., 16
for two CPUs with 4 cores each and hyper-threading).
'';
};