Benjamin Greiner
bbaa80a2eb
- revert the memoryperjob change. The build process really acquires that much memory per job and the workers cannot provide 3GB per CPU core. Sadly, we are limited by memory not by CPU cores. - require 11 GB of RAM. This allows us to run 3 jobs in parallel and can be provided by all architectures OBS-URL: https://build.opensuse.org/request/show/828264 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=13
12 lines
224 B
XML
12 lines
224 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">12</size>
|
|
</disk>
|
|
<physicalmemory>
|
|
<size unit="G">11</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</constraints>
|