In my experience I can say Django is light on memory (compared to Wordpress
at least). I would also say that 100MB is plenty as mentioned by Mikhail.
Did a little study recently where freshly started 21 apache instances would
take 60 MiB, when all of our sites were hit it jumped 240 MiB --- see it
here http://blog.klinsight.com/2012/04/apache-prefork-vs-woker.html
Furthermore for simplicity I would serve both your static and Django from
the same apache instance using mod_wsgi; and use SQLite3 as the database -
you don't need a different database unless you are doing a large number of
congruent writes. I have site with 700 active users and 15,000 page hits per
month and not once did we get yet the SQLite3 write time out error and
performance tests show homepage loaded within 1 second:
http://loadimpact.com/load-test/ryatt.ca-78d92cca8f6adf72469144d5d30e39be
Daniel.
-----Original Message-----
From: Etienne B. Roesch
Sent: Sunday, May 06, 2012 7:24 PM
To: django-users@googlegroups.com
Subject: Min requirements for running django?
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+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.
Daniel Sokolowski
Web Engineer
Danols Web Engineering
http://webdesign.danols.com/ or http://klinsight.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
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.