hhmx.de

Codeberg.org

Codeberg.org (@Codeberg@social.anoxinon.de)

Föderation EN Di 03.09.2024 18:47:29

@steffo This depends on how "big" your repositories will be. A lot of the performance will depend on Git operations.

The app is written in Go and due to the garbage collected memory management, it will probably eat memory if more is available. Running it with ~ 100MiB should be completely possible in many cases though, and if your system is low on memory, the Go runtime typically frees more of it.

~f