Description
-
Gitea version (or commit ref):
1.12.0, 1.12.1 (problematic)
1.11.8 and earlier (ok) -
Git version:
git version 2.26.2 -
Operating system:
Linux version 3.10.105 (root@build4) (gcc version 4.9.3 2015031 (prerelease) (crosstool-NG 1.20.0) ) Fix default value for LocalURL #25426 SMP Tue May 12 04:42:24 CST 2020 -
Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
-
Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
-
Log gist:
https://gist.github.com/ledofnrn/84ddc286b35e72f931c27046b4f9b4df
Description
On Synology DS216j (2 core armada cpu, 512MB ram) all versions of gitea up to 1.11.8 have been working very well. After upgrading to 1.12.0 (the same with 1.12.1) the load increases hugly:
which causes gitea web page to start enormously slowly:
Downgrading to 1.11.8 or earlier decreases the load to reasonable level:
And the webpage opens promptly again:
...
In each case the gitea arm-6 build downloaded from the gitea download site was used.
Please let me know if you need any logs or setup/config details.