672a24b62f
- Sanitize _constraints, 4GByte of memory is sufficient. Also, 2GByte memoryperjob rejects too many workers, so combine it with %limit_build. OBS-URL: https://build.opensuse.org/request/show/1045618 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=124
15 lines
278 B
XML
15 lines
278 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">14</size>
|
|
</disk>
|
|
<memoryperjob>
|
|
<size unit="M">1000</size>
|
|
</memoryperjob>
|
|
<memory>
|
|
<size unit="G">4</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|