From be77301e9b79910be867fe75cceaee5a5309f5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 10 Aug 2021 12:14:45 +0100 Subject: [PATCH] try git config tweaks to avoid armv7hl OOM --- libreoffice.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index f297b9f..417ed12 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -997,6 +997,12 @@ rm -rf git-hooks */git-hooks # This is normally done by %%autosetup -S git_am, # but that does not work with multiple -b options, so we use plain %%setup above %global __scm git_am + +#rhbz#1920183 see if this helps to avoid armv7hl OOM +%{__git} config --global pack.windowMemory "100m" +%{__git} config --global pack.packSizeLimit "100m" +%{__git} config --global pack.threads "1" + %__scm_setup_git_am #Customize Palette to add Red Hat colours