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:
parent
727223835f
commit
ce50e0c146
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user