Re: Best configuration for small VPS

2006-11-05 Thread [EMAIL PROTECTED]
I haven't tested under load at all, the site gets very little traffic, about 4 unique visitors per day. Here's some of the apache processes from ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND www-data 27197 0.0 3.3 10488 2012 ?S22:24 0:00 /usr/sbi

Re: Best configuration for small VPS

2006-10-26 Thread orestis
Interesting. How much memory does each apache process consume ? Have you tested this under load ? Can you post the ps aux results ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Re: Best configuration for small VPS

2006-10-26 Thread [EMAIL PROTECTED]
I have a 64mb memory and 64mb swap vps from www.redwoodvirtual.com which is working really well for me. I'm running apache2 with mod_python and postgesql. I have a subversion running inside apache2. I'm also running several python batch and online processes in the background doing their own thing.

Re: Best configuration for small VPS

2006-10-25 Thread orestis
Sqlite ? In a production site ? Does anyone use this ? I sincerely never heard of it. --~--~-~--~~~---~--~~ 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@googlegro

Re: Best configuration for small VPS

2006-10-25 Thread Gábor Farkas
orestis wrote: > Anyway, I'm interested in minimizing memory usage. > > > > I'll have to figure out why I have 10 mysqld instances eating 45M out > of 64M of memory. maybe you could try to use sqlite as the database? (no idea about it's memory usage, but i would expect it to be smaller tha

Re: Best configuration for small VPS

2006-10-24 Thread Kenneth Gonsalves
On 24-Oct-06, at 8:41 PM, orestis wrote: > Anyway, I'm interested in minimizing memory usage. What kind of > configuration is preferred for that ? lighttpd or apache2 ? mysql or > postgres ? > > I'll have to figure out why I have 10 mysqld instances eating 45M out > of 64M of memory. Each apache

Re: Best configuration for small VPS

2006-10-24 Thread mamcxyz
Under a similar memory limit I put lighttpd (more easy on resources) and use a shared MySql db account (is best than put it on the vps... the database servers are built for be more robust and probably have more hardware). --~--~-~--~~~---~--~~ You received this me

Best configuration for small VPS

2006-10-24 Thread orestis
Hello, I got a trial server at budgetdedicated.com, seems very nice. The price is comparable to shared hosting, everything seems fine. Anyway, I'm interested in minimizing memory usage. What kind of configuration is preferred for that ? lighttpd or apache2 ? mysql or postgres ? I'll have to fig