-- Anzeige/Ad --
Do any benchmarks for #Forgejo exist?
How many resources should I expect to be required for a single-user instance?
Do any benchmarks for #Forgejo exist?
How many resources should I expect to be required for a single-user instance?
Codeberg.org
Als Antwort auf Steffo :ggst_character_potemkin: • • •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