X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=e28819f9b3333a1971e37dd90b677aad1309f5c3;hp=39a1c5380841a3ada47c7d156c5080fe90747064;hb=297473d5f4d7ba6734762ec71a8d86c07332a99c;hpb=9ff5b381eb8a4e129978c34f969e312c302ea7b1 diff --git a/make.sh b/make.sh index 39a1c53808..e28819f9b3 100755 --- a/make.sh +++ b/make.sh @@ -202,9 +202,9 @@ configure_build() { # Determine parallelism # We assume that each process consumes about - # 192MB of memory. Therefore we find out how + # 128MB of memory. Therefore we find out how # many processes fit into memory. - local mem_max=$(( ${SYSTEM_MEMORY} / 192 )) + local mem_max=$(( ${SYSTEM_MEMORY} / 128 )) local cpu_max=$(( ${SYSTEM_PROCESSORS} + 1 )) local parallelism