X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=3453c6719e6464da48e85f4a28a038498d876a00;hp=39a1c5380841a3ada47c7d156c5080fe90747064;hb=8d76eb20852a695b15e6fd32076128a25fad01d1;hpb=eeee108f183e8d39e27154ee19c1ee0a8b27be11 diff --git a/make.sh b/make.sh index 39a1c53808..3453c6719e 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.21" # Version number CORE="129" # Core Level (Filename) -PAKFIRE_CORE="128" # Core Level (PAKFIRE) +PAKFIRE_CORE="129" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -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 @@ -1587,6 +1587,7 @@ buildipfire() { lfsmake2 libedit lfsmake2 knot lfsmake2 spectre-meltdown-checker + lfsmake2 zabbix_agentd } buildinstaller() {