Still running out of memory on armv7hl, drop to 2 cpus

This commit is contained in:
Orion Poplawski 2022-02-10 19:10:58 -07:00
parent f6aaa20332
commit c5fc8a040a
1 changed files with 1 additions and 1 deletions

View File

@ -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