From 9324284af8d8436ce434e3da58e8eabbe609cb56 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 13 Nov 2017 20:09:21 +0100 Subject: Reduce number of parallel builds With recent introduction of C++ code required memory for each compiler instance has significantly increased causing build issues. Currently build system spins 2 compiler instances per logical CPU core. As CPU can hardly execute more than one thread at a time, it should be pretty safe to change that formula so it doesn't multiply number of cpu cores by 2 and such change will signifucantly reduce amount of memory needed. Change-Id: Ic829fff6e45f4caf98a6d9c1c98c53ed003039ef Signed-off-by: Damjan Marion --- dpdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpdk') diff --git a/dpdk/Makefile b/dpdk/Makefile index 9c9708cdabb..0f6cbce4003 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -148,7 +148,7 @@ endif # NB: GNU Make 4.2 will let us use '$(file