Min requirements for running django?
Hi, Etienne,
I'm using django in my apps about half of a year and deploy some apps already. It's hard to say how much memory you need, because it's really depends of what work you want to do on server-side. If it's only creating a dynamic-pages and filling the database with data coming from users, I think 100MB RAM will be enough. But remember to set DEBUG=False in your settings.py in the deployed app otherwise, the amount of required memory can be much larger.
And take a look on deployment section in django documentation. It really helps.
With love from Russia,
Mikhail
On Mon, May 7, 2012 at 5:24 AM, Etienne B. Roesch <etienne.roesch@gmail.com> wrote:
Hi all,
I am investigating hosting solutions for django apps, and would like to query the community on the requirements they have experienced to do so properly. On a machine that would only run django-related processes, how much RAM? Also, any tips on how to best set it up would be much appreciated. :) e.g., separate django, media, database servers, etc, is it overkill?
http://jacobian.org/writing/django-performance-tips/
http://www.djangobook.com/en/1.0/chapter20/
Thanks much in advance!
Etienne
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Всего доброго!
Начаров Михаил
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home