From: Michael Tremer Date: Mon, 11 Mar 2019 09:38:56 +0000 (+0000) Subject: dnsdist: Limit to fewer concurrent build processes X-Git-Tag: v2.23-core131~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=199db95a705e059972d34b578b55606a65851904;p=ipfire-2.x.git 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 ###############################################################################