diff --git a/eosio_build.sh b/eosio_build.sh index 0d5e4f05099525b4e9cbc73387e6bfac12bd84ef..02e4bf025132b6d3aaf2492e16499db2a81a938f 100755 --- a/eosio_build.sh +++ b/eosio_build.sh @@ -276,7 +276,7 @@ printf "\\n\\t>>>>>>>>>>>>>>>>>>>> EOSIO has been successfully configured but not yet built.\\n\\n" exit 0 fi - if [ $CPU_CORE -gt 4 ]; then CPU_CORE=$((CPU_CORE / 2)); fi + if [ $CPU_CORE -gt 6 ]; then CPU_CORE=$((CPU_CORE / 3)); fi if ! make -j"${CPU_CORE}" then printf "\\n\\t>>>>>>>>>>>>>>>>>>>> MAKE building EOSIO has exited with the above error.\\n\\n"