Skip to content

Commit feac117

Browse files
committed
Fix at -j2 while building
* Do this because -j on a quad thread system and 4GB RAM runs out of memory while building
1 parent 7dcf8d2 commit feac117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/install_from_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ popd
4747
# Build IncludeOS
4848
echo -e "\n\n>>> Building IncludeOS"
4949
pushd $INCLUDEOS_SRC/src
50-
make -j
50+
make -j2
5151
make install
5252
popd
5353

0 commit comments

Comments
 (0)