Re: (DB related?) Memory leak with apache and mod_python

2007-02-11 Thread oggie rob
I had this same problem using a shared system. In my case, I think it was actually caused by subversion (run through mod_python with SSL). In particular, I noticed a problem whenever I committed changes to large binary files. Unfortunately I never managed to narrow down the problem. However I did

(DB related?) Memory leak with apache and mod_python

2007-02-11 Thread Mason Simon
I'm developing a Django project on Webfaction, and I noticed my memory leaking. To isolate the cause, I started a fresh project. The only things I changed in this brand new django project were the DEBUG setting, which I set to False, and the database settings, which I configured for a sqlite3 file