9b0034c185
- Limit build parallelism with limit_build, some ARM and PPC workers have a high SMP/memory ratio and run out of memory otherwise. - Apply memory constraints (3GB) to all architectures, avoid being scheduled on very weak workers. OBS-URL: https://build.opensuse.org/request/show/745039 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=9
13 lines
257 B
XML
13 lines
257 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<!-- build uses 20GB in maintenance projects currently 201502 -->
|
|
<size unit="G">13</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="M">3000</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|