From 64540dee37e9a3da4643c70d7a3a9461d7c40203 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 15 Feb 2019 09:24:30 +0100 Subject: [PATCH] Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2ffd64170..c699f4ab9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,7 @@ endif ## Makefile flags ## -MAKEFLAGS += -l -j -rR --no-print-directory +MAKEFLAGS += -l -j 8 -rR --no-print-directory ifneq ($(findstring clean,$(MAKECMDGOALS)),) MAKEFLAGS += -j 1