- Add _constraints to allocate at least 2 GB memory to prevent OOM build failures on Tumbleweed. - Use memory-constraints to limit the number of threads to require at least 2 GB per thread. OBS-URL: https://build.opensuse.org/request/show/826090 OBS-URL: https://build.opensuse.org/package/show/science/ldas-tools-framecpp?expand=0&rev=3
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">2</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|