Re: What server configuration to use

2006-05-26 Thread DavidA

I'm running my Django blog (http://davidavraamides.net) on Fedora under
VMWare GSX 3.1. I have it configured for 256M (the physical box has
1GB). There is another Fedora guest running phpBB similarly configured.
My typical load across all VMs is about 3%. It works great. Both are
running Apache + MySQL.

-Dave


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: What server configuration to use

2006-05-26 Thread Graham King


PythonistL wrote:
> I am going to setup a server to use it with Django.
> I am going to use: Trustix Linux (http://www.trustix.org)
> mod_Python with Apache
> 
> Is 1GB memory enough?
> 
> Regards,
> L.
> 

  I'm running two Django sites (www.carriagereturn.org and 
www.mytimestream.com) on a virtual server with 160 Mb memory (Gentoo 
Linux). No problems.
  My biggest memory hog is MySQL (on the same box), which I should 
really tune to use less memory.

  So Apache / Django won't have any problems with memory. The only 
concern is if you plan to use in-memory caching, and how much memory you 
plan to give that.

  Having just read Milton's reply, I should point out my experience only 
applies to small / medium sites. The biggest site on my box gets 30 000 
hits a day.

  Regards,
  Graham.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: What server configuration to use

2006-05-26 Thread Milton Waddams

you'll probably want to detail expected traffic levels

On 5/26/06, PythonistL <[EMAIL PROTECTED]> wrote:
>
> I am going to setup a server to use it with Django.
> I am going to use: Trustix Linux (http://www.trustix.org)
> mod_Python with Apache
>
> Is 1GB memory enough?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



What server configuration to use

2006-05-26 Thread PythonistL

I am going to setup a server to use it with Django.
I am going to use: Trustix Linux (http://www.trustix.org)
mod_Python with Apache

Is 1GB memory enough?

Regards,
L.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---