1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-22 13:34:47 +00:00

fix too many cores being used on low mem systems

This commit is contained in:
morrownr 2024-09-27 13:48:09 -05:00
parent 1597dfeda6
commit b009a8ea84

View File

@ -28,7 +28,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
SCRIPT_NAME="install-driver.sh" SCRIPT_NAME="install-driver.sh"
SCRIPT_VERSION="20231115" SCRIPT_VERSION="20240927"
MODULE_NAME="8821cu" MODULE_NAME="8821cu"
@ -285,7 +285,7 @@ if ! command -v dkms >/dev/null 2>&1; then
make clean >/dev/null 2>&1 make clean >/dev/null 2>&1
make -j"$(nproc)" make -j"$(sproc)"
RESULT=$? RESULT=$?
if [ "$RESULT" != "0" ]; then if [ "$RESULT" != "0" ]; then