Skip to content

Use 2 threads for DKMS on systen updates as well #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tannisroot
Copy link
Contributor

In my previous PR, I've added a change that would make DKMS compile the respeaker driver using 2 threads instead of 4 on boards like Pi Zero 2W. However, this would only apply during the initial install.
If the user attempted to upgrade the system, and there was an update to the kernel, DKMS would try to use 4 threads like before and result in a system lockup.
This change will modify the dkms.conf file so that DKMS always compiles the driver with 2 threads, even on updates, when the board is detected having too little memory (so the same as previous PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant