Accepting request 890869 from home:Smar:branches:graphics

- Increased memoryperjob constraint to 2500 MB.

I’m not sure how much memory is in reality needed. I did some basic analysis with local build and RSS usage per gcc seems to go dangerously close to 2200 MB (original limit), so I suppose it is exceeded in some cases.

OBS-URL: https://build.opensuse.org/request/show/890869
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=39
This commit is contained in:
Samu Voutilainen 2021-05-06 12:28:26 +00:00 committed by Git OBS Bridge
parent e94a315176
commit d5bcf2af2e
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<size unit="G">5</size>
</memory>
<memoryperjob>
<size unit="M">2200</size>
<size unit="M">2500</size>
</memoryperjob>
</hardware>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 6 05:08:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>
- Increased memoryperjob constraint to 2500 MB.
-------------------------------------------------------------------
Tue Apr 20 11:48:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>