Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit ff60bd6

Browse files
committed
Try using half of cpus.
1 parent 0db583f commit ff60bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -exo pipefail
44

5-
export CPUS="$(nproc)"
5+
export CPUS=$(( $(nproc) / 2 ))
66
export BOOST_VERSION=1.90.0
77
export MAVEN_VERSION=3.9.12
88
export QUANTLIB_VERSION=1.41.0

0 commit comments

Comments
 (0)