- Increase both storage and memory to 16G in _constraints file to fix out of memory

errors.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=41
This commit is contained in:
Soc Virnyl Estela 2022-10-14 12:22:30 +00:00 committed by Git OBS Bridge
parent 2afe50b610
commit 38bb6f3bf9
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 14 12:21:25 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Increase both storage and memory to 16G in _constraints file to fix out of memory
errors.
-------------------------------------------------------------------
Fri Oct 14 01:10:11 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>