Skip to content

Commit

Permalink
Don't hard-code the number of parallel builders for mesos (alisw#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy authored Sep 25, 2024
1 parent 3b17bb1 commit ee1d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd build
--with-rapidjson=${RAPIDJSON_ROOT}

# We build with fewer jobs to avoid OOM errors in GCC
make -j 6
make -j $((JOBS / 2))
make install


Expand Down

0 comments on commit ee1d306

Please sign in to comment.