mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
fix(setup_board): increase load-based threshold to 2xCPUs
My laptop has idle time! This cannot stand...
This commit is contained in:
parent
5bba92ce2c
commit
e1ee712a16
@ -248,7 +248,7 @@ sudo_clobber "${BOARD_SETUP}" <<EOF
|
||||
# Created by setup_board
|
||||
CHOST="${BOARD_CHOST}"
|
||||
ROOT="${BOARD_ROOT}/"
|
||||
MAKEOPTS="--jobs=${NUM_JOBS} --load-average=${NUM_JOBS}"
|
||||
MAKEOPTS="--jobs=${NUM_JOBS} --load-average=$((NUM_JOBS * 2))"
|
||||
PKG_CONFIG="pkg-config-${BOARD_VARIANT}"
|
||||
BOARD_USE="${BOARD_VARIANT}"
|
||||
PORTAGE_BINHOST="${BOARD_BINHOST}"
|
||||
|
Loading…
Reference in New Issue
Block a user