- Add min 6GB physicalmemory for ppc64le _constraints to avoid oom OBS-URL: https://build.opensuse.org/request/show/834713 OBS-URL: https://build.opensuse.org/package/show/M17N/poedit?expand=0&rev=109
19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4096</size>
|
|
</memory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc64</arch>
|
|
<arch>ppc64le</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">6</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|