dnsdist: a compile thread needs two gigabyte of ram

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-02-25 20:38:19 +00:00
parent f0e61c20b1
commit 5ad31551cd

View 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