From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 52/62] cmake: Do not limit compile processes to only two Date: Sun, 16 Aug 2020 10:29:43 +0000 Message-ID: <20200816102953.3881-52-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8325650412045458509==" List-Id: --===============8325650412045458509== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We can launch more when we have the memory for it Signed-off-by: Michael Tremer --- lfs/cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/cmake b/lfs/cmake index 5ad5ebb70..5b98644db 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 -MAKETUNING =3D -j2 +MAX_PARALLELISM =3D $(shell echo $$(( $(SYSTEM_MEMORY) / 512))) =20 ############################################################################= ### # Top-level Rules --=20 2.20.1 --===============8325650412045458509==--