opencv/_constraints
Stefan Brüns 9b0034c185 Accepting request 745039 from home:StefanBruens:branches:science
- 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
2019-11-03 20:42:12 +00:00

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>