mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2026-03-22 04:47:18 +08:00
v2: fix too many cores being used on low mem systems
This commit is contained in:
@@ -285,7 +285,7 @@ if ! command -v dkms >/dev/null 2>&1; then
|
||||
|
||||
make clean >/dev/null 2>&1
|
||||
|
||||
make -j"$(sproc)"
|
||||
make -j"${sproc}"
|
||||
RESULT=$?
|
||||
|
||||
if [ "$RESULT" != "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user