Re: Memory limits

2009-09-13 Thread Graham Dumpleton

It also depends on how OP deploys Django. Use embedding with
mod_python or mod_wsgi, instead of daemon mode of mod_wsgi or fastcgi,
then you can be setting yourself up for problems. Read:

  http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html

Graham

On Sep 14, 1:52 am, Peter Bengtsson  wrote:
> Hard to say as it depends on your app but can't you just run the app
> on your laptop and see how much memory it takes up when you run some
> basic stresstests.
> Django is quite close to pure python but when you extract large lists
> of model instance objects into lists it can push the memory
> consumption.
>
> On Sep 13, 1:14 pm, Pablo Escobar  wrote:
>
>
>
> > Hi
> > i'm wondering what is memory consumption for django 1.1 + postgre.
> > Will it be enough to have VPS with 256 MB of RAM as entry level for
> > recent projects?
>
> > thanks
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Memory limits

2009-09-13 Thread Peter Bengtsson

Hard to say as it depends on your app but can't you just run the app
on your laptop and see how much memory it takes up when you run some
basic stresstests.
Django is quite close to pure python but when you extract large lists
of model instance objects into lists it can push the memory
consumption.

On Sep 13, 1:14 pm, Pablo Escobar  wrote:
> Hi
> i'm wondering what is memory consumption for django 1.1 + postgre.
> Will it be enough to have VPS with 256 MB of RAM as entry level for
> recent projects?
>
> thanks
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---