Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
When you install a new kernel, the dkms spec file compiles the module for this new kernel by default with -j 1 while it should use something like -j $(nproc) . by running with -j 1 the compile takes unnecessary long.