From: Arne Fitzenreiter Date: Tue, 25 Feb 2020 20:38:19 +0000 (+0000) Subject: dnsdist: a compile thread needs two gigabyte of ram X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ad31551cd8e22b9dcf19739e4369969514bdca8;p=people%2Fms%2Fipfire-2.x.git dnsdist: a compile thread needs two gigabyte of ram Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/dnsdist b/lfs/dnsdist index 89a14f7376..30eba46731 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -37,7 +37,7 @@ PAK_VER = 4 DEPS = "" -MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 1024))) +MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 2048))) ############################################################################### # Top-level Rules