216a513cba
- Remove the memoryperjob constraint which doesn't work as one would expect and breaks ppc64 builds. - Use %limit_memory -m 1700 to set the number of concurrent jobs to a sane value and fix OOM errors when building in workers with many cores. - Decrease the disk constraint to 9G which seems to be enough OBS-URL: https://build.opensuse.org/request/show/945783 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=29
12 lines
208 B
XML
12 lines
208 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">9</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="M">5700</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|