Change default cores count

This commit is contained in:
Andrea Cavalli 2022-03-19 19:27:24 +01:00
parent 6693a96138
commit a2a0a2a1ac
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ else
fi
if [ -z "${CPU_CORES_NUM}" ]; then
export CPU_CORES_NUM="2"
export CPU_CORES_NUM="4"
fi
if [[ "$GH_OS_NAME" == "windows" ]]; then

View File

@ -69,7 +69,7 @@ if [[ "$CORE_VARIABLES_SET" != "YES" ]]; then
fi
if [ -z "${CPU_CORES_NUM}" ]; then
export CPU_CORES_NUM="2"
export CPU_CORES_NUM="4"
fi
if [[ "$CPU_ARCHITECTURE_NAME" == "386" ]]; then