Closed
Description
Description
Hi, thanks for this fantastic project. Recently I deployed Gitea rootless using Podman from this playbook https://github.com/riotkit-org/core-services .
The instance is quickly becoming unusable, as the number of zombie processes is increasing. After ~3 minutes from restarting the instance I get:
git 1 0 0.173 9m38.459241369s ? 1s /usr/local/bin/gitea -c /etc/gitea/app.ini web
git 49 1 0.000 9m29.45930959s ? 0s [git-upload-pack]
git 59 1 0.000 9m27.45934445s ? 0s [git-upload-pack]
git 78 1 0.000 9m22.459388431s ? 0s [git-upload-pack]
git 97 1 0.000 9m13.459420231s ? 0s [git-upload-pack]
git 120 1 0.000 7m55.459449531s ? 0s [git-upload-pack]
git 121 1 0.000 7m55.459481392s ? 0s [git-upload-pack]
git 124 1 0.000 7m55.459510752s ? 0s [git-upload-pack]
git 134 1 0.000 6m14.459542972s ? 0s [git-upload-pack]
git 143 1 0.000 6m11.459578793s ? 0s [git-upload-pack]
git 162 1 0.000 3m14.459607973s ? 0s [git-upload-pack]
git 241 1 0.000 1m54.459642093s ? 0s [git-upload-pack]
git 246 1 0.000 1m54.459674664s ? 0s [git-upload-pack]
git 248 1 0.000 1m54.459703774s ? 0s [git-upload-pack]
git 253 1 0.000 1m54.459735045s ? 0s [git-upload-pack]
git 254 1 0.000 1m54.459763314s ? 0s [git-upload-pack]
git 263 1 0.000 1m54.459794566s ? 0s [git-upload-pack]
git 266 1 0.000 1m54.459823266s ? 0s [git-upload-pack]
git 268 1 0.000 1m54.459858046s ? 0s [git-upload-pack]
git 279 1 0.000 1m54.459888195s ? 0s [git-upload-pack]
git 280 1 0.000 1m54.459917196s ? 0s [git-upload-pack]
git 294 1 0.000 14.459946256s ? 0s [git-upload-pack]
The processes are appearing when doing git push
from local computer.
I see in the log there are EOF's, it may be caused because of my networking which is having sometimes a higher latency.
Gitea Version
1.17.2-rootless
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/blackandred/3593a9b0a73dd913a39860b81f372e20
Screenshots
No response
Git Version
git version 2.36.2
Operating System
Linux 5.4.0-124-generic, Podman 3.4.2
How are you running Gitea?
- https://github.com/riotkit-org/core-services
- Podman 3.4.2
- Rootless container
Database
PostgreSQL