i'm running pylons apps on a few VPS

my issues have been this:
- the database takes up a lot of ram
- the search engine takes up a lot of ram

pylons app performance has been better as more ram is tossed in.

if you're running a DB like postgres or mysql on the same vps, i would
probably use 512mb ram as a minimum... 256 could work.  if you're
running anything like solr/lucene as well, i'd defintely consider 512
a minimum

in terms of the apache issues indicated above -- were they on the
master or child processes ? you should be able to mitigate that
behavior on the children by tweaking max_requests
also, as i remember from my mod_perl days, apache doesn't like to free
memory on a "restart".  you need to explicitly "stop" then "start".

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to