From edca2e5b215e7e917052f3d25ae144070e485e54 Mon Sep 17 00:00:00 2001 From: Mark Dixon Date: Tue, 3 Sep 2024 12:50:50 +0100 Subject: [PATCH] Add parallel_jobs to dkms_framework.conf Document the new parallel_jobs setting in dkms_framework.conf --- dkms_framework.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dkms_framework.conf.in b/dkms_framework.conf.in index b3ea3e9c..36543cf6 100644 --- a/dkms_framework.conf.in +++ b/dkms_framework.conf.in @@ -43,3 +43,6 @@ # Automatically modprobe the built modules upon successful installation: # modprobe_on_install="true" + +# Limit the number of jobs run in parallel (default is the number of CPUs) +# parallel_jobs=2