how to find out how much application memory django process is (or will be) taking?

Posted by photographer on Stack Overflow See other posts from Stack Overflow or by photographer
Published on 2010-06-04T19:57:15Z Indexed on 2010/06/05 15:32 UTC
Read the original article Hit count: 172

Filed under:
|
|

There are different "Application memory" options (like 80MB...200MB) in django-friendly hosting called webfaction and I'm confused deciding which one I should buy.

Could someone please walk me through the ideas on how to figure out how much memory my project might require (excluding operating system, the main apache server and the database servers memory requirements)? I understand in theory I'll need to perform some kind of load testing, but thought there might be ways to calculate that in advance with some simple/relatively easy understandable approach.

I don't know how hard they enforce application memory usage limit, and another question is: what will happen if more users came to the site and more threads started than what I expected? Will the application crash? Or will delays just become uncomfortable?

And - no, application is not ready yet (I can't measure anything right now). Development environment if it matters is Winodows 7, 64-bit. Hosting itself is some kind of Linux I think.

(Sorry if it's not a stackoverflow question.)

© Stack Overflow or respective owner

Related posts about django

Related posts about hosting