]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dnsdist: a compile thread needs two gigabyte of ram
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 25 Feb 2020 20:38:19 +0000 (20:38 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 25 Feb 2020 20:38:19 +0000 (20:38 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/dnsdist

index 89a14f73763900888de3d85b4250bb699cadbdf3..30eba46731a800e38b0056dbd7049880275c8f2b 100644 (file)
@@ -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