SHA256
1
0
forked from pool/lapce

- Increase both memory and storage to 16G to avoid exhaustion of memory/storage

when compiling.

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=38
This commit is contained in:
Soc Virnyl Estela 2022-10-15 01:01:58 +00:00 committed by Git OBS Bridge
parent f287e3e673
commit 56afc01029
2 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,10 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">8</size>
<size unit="G">16</size>
</physicalmemory>
<disk>
<size unit="G">16</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 15 01:00:58 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Increase both memory and storage to 16G to avoid exhaustion of memory/storage
when compiling.
-------------------------------------------------------------------
Sat Oct 15 00:27:13 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>