SHA256
1
0
forked from pool/Mesa

- raise memory limit to 1024 in the hope of avoiding OOM on ppc64

(boo#1196640)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1085
This commit is contained in:
Stefan Dirsch 2022-03-02 13:35:10 +00:00 committed by Git OBS Bridge
parent 5862c8f95a
commit a48808688f
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
(boo#1196640)
-------------------------------------------------------------------
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -767,7 +767,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
%build
# try to avoid OOM on ppc64 (boo#1194739)
%ifarch ppc64 ppc64le
%limit_build -m 750
%limit_build -m 1024
%endif
egl_platforms=x11,wayland

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
(boo#1196640)
-------------------------------------------------------------------
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -766,7 +766,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
%build
# try to avoid OOM on ppc64 (boo#1194739)
%ifarch ppc64 ppc64le
%limit_build -m 750
%limit_build -m 1024
%endif
egl_platforms=x11,wayland