mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-22 05:24:47 +00:00
v2: fix too many cores being used on low mem systems
This commit is contained in:
parent
b009a8ea84
commit
2dce552dc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user