From ce50e0c1464f70e914a90424cbe40ec13323e73d Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 9 Aug 2022 10:10:42 -0500 Subject: [PATCH] Request 4 GB of RAM per vCPU This is twice the RAM I thought we needed, but releng has conclusively shown that it is really required, at least on ppc64le. See: https://pagure.io/releng/issue/10909#comment-809891 --- webkitgtk.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webkitgtk.spec b/webkitgtk.spec index 877bd7b..2e3d21f 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -375,15 +375,15 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0 %define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-5.0 export NINJA_STATUS="[1/3][%f/%t %es] " -%cmake_build %limit_build -m 2048 +%cmake_build %limit_build -m 4096 %define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-4.1 export NINJA_STATUS="[2/3][%f/%t %es] " -%cmake_build %limit_build -m 2048 +%cmake_build %limit_build -m 4096 %define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-4.0 export NINJA_STATUS="[3/3][%f/%t %es] " -%cmake_build %limit_build -m 2048 +%cmake_build %limit_build -m 4096 %install %define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-5.0