From b14848a856eb2e9259588637348785fb5ceaeca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 10 Aug 2021 14:33:20 +0100 Subject: [PATCH] reduce to tiny levels, disable compression --- libreoffice.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index b81f5c1..9d92e05 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -999,8 +999,9 @@ rm -rf git-hooks */git-hooks %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.windowMemory "1m" +%{__git} config --global pack.packSizeLimit "1m" +%{__git} config --global pack.compression 0 %{__git} config --global pack.threads "1" %__scm_setup_git_am