From 2dce552dc6aa0cdab427bfa810c3df002eab0078 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 27 Sep 2024 16:00:47 -0500 Subject: [PATCH] v2: fix too many cores being used on low mem systems --- install-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-driver.sh b/install-driver.sh index ffa7214..d369455 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -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