On Fri, Jul 20, 2012 at 4:52 PM, Yngve Inntjore Levinsen < [email protected]> wrote:
> ** > > I guess the speed of the little thingy might be a limiting factor when it > comes to gitorious. The amount of memory depends on which model you have. > Myself I have 256 MB (the model is DS212). Generally I think between 128 > and 512 MB is to be expected. CPU is typically a low power one of around > 1.6 GHz. What would be minimum requirements for running Gitorious? > Ah, I'm fairly certain we won't be able to get much done with that amount of RAM - at least not without making some changes to Gitorious. Maybe it's time to build a "Gitorious lite"? With the current codebase each instance of the Gitorious environment easily consumes a few hundred megs of RAM. You'll need at least one such instance for the web app, usually you'll need another one unless you skip the message queue and go with all-synchronous handling of long-running tasks. Add at least a database server, and I think we'll be running into some performance issues :-( Are there any core features we could extract to a minimal subset for scenarios like this? I wouldn't be surprised if someone wanted to run Gitorious off a Raspberry pi as well... Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
