Re: site's been down
Michael Bayer <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
we use a few trac instances on a small slicehost virtual slice with only 256 megs of ram, running from mod_python using the prefork MPM. We keep the spare forks way down (to like, 2) and set maxrequestsperchild to something modest so that leaks dont grow....one trac instance talks to PG, the other talks to sqlite. Its been running solid as a rock for many months with very fast performance. On Mar 17, 2008, at 3:06 AM, Federico Di Gregorio wrote: > On Sun, Mar 16, 2008 at 09:01:05PM -0600, Nathan wrote: >> I don't even get a 500 error. Just a "problem loading page" error >> on firefox. >> >> On Fri, Mar 14, 2008 at 6:09 PM, Michael Bayer <[email protected] >> > wrote: >>> http://www.initd.org/tracker/psycopg/wiki/PsycopgTwo keeps >>> reporting >>> a 500 error for a couple of days now. Any word on the tracker >>> being >>> up again ? > > The problem was mod_python, sucking up all memory. So we switched to > FCGI and now a single trac process consumes about 4G of virtual memory > in 24h (then stops working). I am sorry but trac is such a piece of > crap that I heartily regret having started to use it. :( > > federico