From 52f605b1186d503f6940c85f2155bd9df5a6c736 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 27 Mar 2024 19:49:09 +0530 Subject: [PATCH] lower ram when compiling multiple jobs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 107af8c0d..544cafd6f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # GNUMakefile for EMS-ESP # -NUMJOBS=${NUMJOBS:-" -j4 "} +NUMJOBS=${NUMJOBS:-" -j2 "} MAKEFLAGS+="j " #---------------------------------------------------------------------- # Project Structure