From c5fc8a040a69c729fd264d458b7bfd0986d377c3 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 10 Feb 2022 19:10:58 -0700 Subject: [PATCH] Still running out of memory on armv7hl, drop to 2 cpus --- vtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk.spec b/vtk.spec index b300739..f4b2506 100644 --- a/vtk.spec +++ b/vtk.spec @@ -497,7 +497,7 @@ export JAVA_TOOL_OPTIONS=-Xmx2048m %endif %ifarch %{arm} # Likely running out of memory during build -%global _smp_ncpus_max 3 +%global _smp_ncpus_max 2 %endif %endif