A single django app running under mod_python seems to use about 20-30MB of memory no matter what, but I think that number holds pretty steady unless you're really getting a lot of traffic (and memcached will save your life no matter what). I'm running several small- to medium-sized sites on Webfaction, and my setup is Apache compiled with the worker MPM, and the sites running under virtual hosts with mod_wsgi. The big saving is in the worker MPM, which will keep your memory usage down as long as your traffic's low.
Eric On May 30, 2008, at 4:31 AM, Pigletto wrote: > >> Someone have some experiences to compile scipy and dependances on >> WebFaction >> hosting ? > For me, the biggest problem at Webfaction (but not only there) is > limited memory size. But if you have so small traffic then 85 MB of > memory should be enough, especially if you set up your django with > mod_wsgi - see threads about mod_wsgi at this list ( in periods of > inactivity your memory may be freed by mod_wsgi daemon) or at > webfaction forum. > > If you want to compile additional modules at webfaction, this should > work. I haven't tried scipy, but I've compiled mod_python, apache, mc, > psycopg2, mod_auth_tkt and few other things and this always worked. If > you have problem then I'm sure that Webfaction support will help you. > > -- > Maciej Wisniowski > http://moto-notes.com > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---