mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
dnsdist: a compile thread needs two gigabyte of ram
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user