Franklin
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
--
Art, writing, journal: http://einspruch.com
Comics: http://themoonfellonme.com
I find that all this configuration and memory monitoring for Django is
abit tiring and I am no expert so I am wondering if there any hosts
that you would recommend? I am considering Google App Engine.
Well, that does depend on what your app is doing. There's some basic
overheads that probably can add up to several tens of megs, then stuff
you actually do is on top of that...
256MiB is a little cramped by modern bloaty standards, but just in case:
by any chance did you still have settings.DEBUG on during your test?
[1]. That usually causes disconcertingly large and rapidly increasing
memory usage as it logs every sql query to an in-memory list for
debugging purposes.
You can periodically empty django.db.connection.queries to keep it down
when settings.DEBUG is on, but then of course you lose the log in
question. For production, of course DEBUG should be off.
[1] http://docs.djangoproject.com/en/1.2/ref/settings/#debug
Web Faction does look like an interesting option. However, looking at
the memory specs, how would I be able to tell if it's sufficient for
at least 2 Django applications? For example, if I got with Shared 1, I
get 80MB (180MB VPS) - I'm assuming that's not going to be enough
right? Of course it does depend on the application itself but in
general, do you reckon it can support 2 Django apps?
Web Faction does look like an interesting option. However, looking at
the memory specs, how would I be able to tell if it's sufficient for
at least 2 Django applications? For example, if I got with Shared 1, I
get 80MB (180MB VPS) - I'm assuming that's not going to be enough
right? Of course it does depend on the application itself but in
general, do you reckon it can support 2 Django apps?