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
This commit is contained in:
Michael Catanzaro 2022-08-09 10:10:42 -05:00
parent 727223835f
commit ce50e0c146
1 changed files with 3 additions and 3 deletions

View File

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