From: Michael Tremer Date: Mon, 11 Mar 2019 09:38:56 +0000 (+0000) Subject: dnsdist: Limit to fewer concurrent build processes X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=commitdiff_plain;h=199db95a705e059972d34b578b55606a65851904 dnsdist: Limit to fewer concurrent build processes Signed-off-by: Michael Tremer --- diff --git a/lfs/dnsdist b/lfs/dnsdist index e748004ef2..3e10c9eb2a 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -37,6 +37,8 @@ PAK_VER = 1 DEPS = "" +MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 512))) + ############################################################################### # Top-level Rules ###############################################################################