inkscape/_constraints
Stefan Brüns 4ea59edee7 Accepting request 839248 from home:StefanBruens:branches:graphics
- Clean up constraints:
  * Remove ppc64le specific memory bound, use global 4GB limit.
  * Add memoryperjob constraint, some ppc64{,le} workers have
    a high core-to-memory ratio.

OBS-URL: https://build.opensuse.org/request/show/839248
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=71
2020-10-04 13:41:43 +00:00

15 lines
241 B
Plaintext

<constraints>
<hardware>
<disk>
<size unit="G">5</size>
</disk>
<memory>
<size unit="M">4000</size>
</memory>
<memoryperjob>
<size unit="M">800</size>
</memoryperjob>
</hardware>
</constraints>