- Use memoryperjob constraint instead of %limit_build macro.
- Use only 1GB for memoryperjob.
Memory and CPU usage graph can be seen here:
79a999743a/PrusaSlicer.svg
OBS-URL: https://build.opensuse.org/request/show/828118
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=12
15 lines
278 B
XML
15 lines
278 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">12</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
<memoryperjob>
|
|
<size unit="M">1024</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</constraints>
|