SHA256
1
0
forked from pool/Mesa

- let's request 4G of physical memory via _constraints file

- better changelog entry

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1162
This commit is contained in:
Stefan Dirsch 2022-11-15 15:38:10 +00:00 committed by Git OBS Bridge
parent 618acead7d
commit 8ce905f6de
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,9 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- build with '-j1' on ppc64 due to running OOM (boo#1205441) - try to fix build on ppc64le due to running OOM (boo#1205441)
* build with '-j1' on ppc64
* let's request 4G of physical memory via _constraints file
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -12,6 +12,9 @@
<disk> <disk>
<size unit="G">9</size> <size unit="G">9</size>
</disk> </disk>
<memory>
<size unit="M">4096</size>
</memory>
</hardware> </hardware>
</overwrite> </overwrite>
</constraints> </constraints>