Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Ganbold@ganbold (2026-08-12 12:22:02)
holy shit I found the issue
similar but not exactly the same as this one https://github.com/go-gitea/gitea/issues/35996
basically server's .gitconfig were appended by something which makes a single git command execution running TONS of git hook which basically never ends and inflates the memory/cpu usage for nothing, thus git clone or git pull never succeed because of the hook making the service unavailable
---Reply---
Ganbold@ganbold (2026-08-12 12:22:33)
dont ask me why tons of hooks were there, I am not sure as well
Reply
---Replies---
Ganbold@ganbold (2026-08-12 12:23:05)
well for now not moving to radicle yet, kinda busy with development. migration might slow me down