opencv/_constraints
Lars Vogdt 216a513cba Accepting request 945783 from home:alarrosa:branches:science
- 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
2022-03-31 21:51:33 +00:00

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>