Skip to content

Commit 7268e3d

Browse files
committed
build.sh: Specify number for -j to avoid infinite spawning and OOM
1 parent 69c4e03 commit 7268e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ set -e
55
mkdir -p build
66
cd build
77
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/opt/msgflo-cpp
8-
make -j
8+
make -j4
99
make install
1010
cd ..

0 commit comments

Comments
 (0)