Closed
Description
- Gitea version (or commit ref): 1.4.3
- Git version: git version 2.1.4
- Operating system: Linux 3.16.0-4-amd64 Rename import paths: "github.com/gogits/gogs" -> "github.com/go-gitea/gitea" #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
- Database (use
[x]
):- MySQL (mariadb 10.1)
- Can you reproduce the bug at https://try.gitea.io:
- Not relevant
- Log gist: https://gist.github.com/xor-gate/baaee46f30a04c7f03ac5dd6c64ceeee
Description
We use jenkins to poll for changes in git. It uses openssh for access and gitea spawns a serv command per poll. There are many concurrent connections (jenkins set to 10 concurrent SCM pollers) and the server memory and CPU is blown up. It doesn't happen very often but I'm not sure its a deadlock/racecondition in Gitea. We are going to upgrade to 1.4.3 but according to the changelog it should probably not fix the problem for us.
If you need some more information we hopefully could provide it as it only happens once a day or so.