PythonistL wrote: > I am going to setup a server to use it with Django. > I am going to use: Trustix Linux (http://www.trustix.org) > mod_Python with Apache > > Is 1GB memory enough? > > Regards, > L. >
I'm running two Django sites (www.carriagereturn.org and www.mytimestream.com) on a virtual server with 160 Mb memory (Gentoo Linux). No problems. My biggest memory hog is MySQL (on the same box), which I should really tune to use less memory. So Apache / Django won't have any problems with memory. The only concern is if you plan to use in-memory caching, and how much memory you plan to give that. Having just read Milton's reply, I should point out my experience only applies to small / medium sites. The biggest site on my box gets 30 000 hits a day. Regards, Graham. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---